summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plug-config/quickscope.vim
blob: 3c1eb0a7e9c6aa9e045e5bb5bcf56696940c4e7e (plain)
1
2
3
4
5
6
7
" 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