Explorar el Código

Mute vim spelling highlights by default

Neither theme in use colours spelling highlights well. Change them all
to underlines.
Weiyi Lou hace 10 años
padre
commit
e9c25b217f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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