diff --git a/nvim/colors/dotfiles.vim b/nvim/colors/dotfiles.vim index a2eab62..995384f 100644 --- a/nvim/colors/dotfiles.vim +++ b/nvim/colors/dotfiles.vim @@ -134,6 +134,11 @@ " }}} +" CtrlSF {{{ + hi! link ctrlsfMatch Search + hi! link ctrlsfLnumMatch ctrlsfMatch +" }}} + " AWK {{{ hi! link awkArrayElement Number hi! link awkBoolLogic Operator