Closed ahmadie closed 4 years ago
I use , and ; for other tasks in vim
How can i disable secondary highlight ? I tried highlight QuickScopeSecondary guifg=NONE gui=NONE ctermfg=NONE cterm=NONE but default color is applied...
You can now use let g:qs_second_hightlight=0.
let g:qs_second_hightlight=0
I notice a typo g:qs_second_highlight Also in document
g:qs_second_highlight
I use , and ; for other tasks in vim
How can i disable secondary highlight ? I tried highlight QuickScopeSecondary guifg=NONE gui=NONE ctermfg=NONE cterm=NONE but default color is applied...