[nvim] configure CtrlSF theme a bit

This commit is contained in:
Dmytro Meleshko 2020-02-10 14:36:49 +02:00
parent 7025b697d6
commit 527936e3b3

View file

@ -134,6 +134,11 @@
" }}}
" CtrlSF {{{
hi! link ctrlsfMatch Search
hi! link ctrlsfLnumMatch ctrlsfMatch
" }}}
" AWK {{{
hi! link awkArrayElement Number
hi! link awkBoolLogic Operator