Migrate 'unblevable/quick-scope' to nvim 'jinh0/eyeliner'

master
Hektor Misplon 2025-05-15 18:19:00 +02:00
parent 5afe069edf
commit 09288ce752
4 changed files with 8 additions and 6 deletions

View File

@ -0,0 +1,7 @@
require("eyeliner").setup({
highlight_on_key = true,
dim = true,
})
vim.api.nvim_set_hl(0, "EyelinerPrimary", { bold = true, underline = true })
vim.api.nvim_set_hl(0, "EyelinerSecondary", { underline = true })

View File

@ -34,6 +34,7 @@ vim.api.nvim_create_autocmd("VimEnter", {
-- Set up paq plugins {{{
bootstrap_paq({
{ "savq/paq-nvim" },
{ "jinh0/eyeliner.nvim" },
{ "ibhagwan/fzf-lua" },
{ "barreiroleo/ltex_extra.nvim" },
{ "neovim/nvim-lspconfig" },

View File

@ -1,5 +0,0 @@
highlight QuickScopePrimary gui=underline cterm=underline
highlight QuickScopeSecondary gui=underline cterm=underline
let g:qs_max_chars=80
let g:qs_lazy_highlight = 1

View File

@ -3,7 +3,6 @@
" Plug setup {{{
call plug#begin()
Plug 'unblevable/quick-scope'
Plug 'tpope/vim-commentary'
Plug 'machakann/vim-sandwich'
Plug 'Shougo/context_filetype.vim'