Explorar o código

Mute vim spelling highlights by default

Neither theme in use colours spelling highlights well. Change them all
to underlines.
Weiyi Lou %!s(int64=10) %!d(string=hai) anos
pai
achega
e9c25b217f
Modificáronse 1 ficheiros con 2 adicións e 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