Sfoglia il codice sorgente

Mute vim spelling highlights by default

Neither theme in use colours spelling highlights well. Change them all
to underlines.
Weiyi Lou 10 anni fa
parent
commit
e9c25b217f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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