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 {{{
|
-- Set up paq plugins {{{
|
||||||
bootstrap_paq({
|
bootstrap_paq({
|
||||||
{ "savq/paq-nvim" },
|
{ "savq/paq-nvim" },
|
||||||
|
{ "jinh0/eyeliner.nvim" },
|
||||||
{ "ibhagwan/fzf-lua" },
|
{ "ibhagwan/fzf-lua" },
|
||||||
{ "barreiroleo/ltex_extra.nvim" },
|
{ "barreiroleo/ltex_extra.nvim" },
|
||||||
{ "neovim/nvim-lspconfig" },
|
{ "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 {{{
|
" Plug setup {{{
|
||||||
|
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
Plug 'unblevable/quick-scope'
|
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
Plug 'machakann/vim-sandwich'
|
Plug 'machakann/vim-sandwich'
|
||||||
Plug 'Shougo/context_filetype.vim'
|
Plug 'Shougo/context_filetype.vim'
|
||||||
|
|
Loading…
Reference in New Issue