Migrate 'unblevable/quick-scope' to nvim 'jinh0/eyeliner'
parent
5afe069edf
commit
09288ce752
|
@ -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 })
|
|
@ -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" },
|
||||
|
|
|
@ -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
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue