From 0198925f58c028a503c76c59eaee5f4c380af1b3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 25 Oct 2020 04:00:24 +0100 Subject: Added new plugin for vim --- .config/nvim/plugins.vim | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.config/nvim/plugins.vim') diff --git a/.config/nvim/plugins.vim b/.config/nvim/plugins.vim index 1db6e63..5b5cb47 100644 --- a/.config/nvim/plugins.vim +++ b/.config/nvim/plugins.vim @@ -76,3 +76,11 @@ let g:floaterm_width = 0.85 let g:floaterm_height = 0.75 let g:floaterm_wintitle = 0 let g:floaterm_autoclose = 1 + +" Quickscope +let g:qs_highlight_on_keys = ['f', 'F', 't', 'T'] + +highlight QuickScopePrimary guifg='#00C7DF' gui=underline ctermfg=155 cterm=underline +highlight QuickScopeSecondary guifg='#afff5f' gui=underline ctermfg=81 cterm=underline + +let g:qs_max_chars=150 -- cgit v1.2.3