Parcourir la source

Mute vim spelling highlights by default

Neither theme in use colours spelling highlights well. Change them all
to underlines.
Weiyi Lou il y a 10 ans
Parent
commit
e9c25b217f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      vim/settings/colorscheme-statusline.vim

+ 2 - 0
vim/settings/colorscheme-statusline.vim

@@ -18,6 +18,7 @@ function! NormalPower()
   AirlineTheme powerlineish
   " Fix sign column colour (for vim-signature, syntastic).
   highlight SignColumn ctermbg=235
+  call MuteSpellCheckHighlights()
   echo "System at normal power..."
 endfunction
 
@@ -25,6 +26,7 @@ function! UltraPower()
   set background=light
   colorscheme neonwave
   AirlineTheme surarken
+  call MuteSpellCheckHighlights()
   echo "Ultra Power Level Activated!"
 endfunction