LunarVim/plug-config/quickscope.vim
2020-05-04 21:28:46 -04:00

7 lines
362 B
VimL

" Trigger a highlight in the appropriate direction when pressing these keys:
" ; repeat forward , repeat backwards
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