vim:quick-scope: Only highlight on f,F,t,T

This commit is contained in:
2025-01-21 18:32:17 +01:00
parent c47281e7b8
commit fde6aa06a4

View File

@@ -1,5 +1,9 @@
" Plugins """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Trigger quick-scope highlighting only when needed.
" NOTE: Has to be defined before loading the plugin
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
" Source all plugins in XDG_CONFIG_HOME instead of waiting for after the vimrc
" was sourced.
" NOTE: packloadall somehow breaks :Man in neovim 0.8.0