Эх сурвалжийг харах

Mute vim spelling highlights by default

Neither theme in use colours spelling highlights well. Change them all
to underlines.
Weiyi Lou 10 жил өмнө
parent
commit
e9c25b217f

+ 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