Parcourir la source

Disable spell checking

Trevor L. McDonell il y a 9 ans
Parent
commit
71a517c93c
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      autoload/startify.vim

+ 3 - 0
autoload/startify.vim

@@ -63,6 +63,9 @@ function! startify#insane_in_the_membrane() abort
   if empty(&statusline)
     setlocal statusline=\ startify
   endif
+  if v:version >= 700
+    setlocal nospell
+  endif
   if v:version >= 703
     setlocal norelativenumber
   endif