Jelajahi Sumber

Disable spell checking

Trevor L. McDonell 9 tahun lalu
induk
melakukan
71a517c93c
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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