summaryrefslogtreecommitdiff
path: root/.config/nvim/plug-config/quickscope.vim
blob: 7950dc7dc4c583de5f9c80d929e29f3a42097bae (plain)
1
2
3
4
5
6
" Trigger a highlight in the appropriate direction when pressing these keys:
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']

highlight QuickScopePrimary guifg='#00C7DF' gui=underline ctermfg=155 cterm=underline
highlight QuickScopeSecondary guifg='#eF5F70' gui=underline ctermfg=81 cterm=underline
let g:qs_max_chars=150