Disable spell checking

This commit is contained in:
Trevor L. McDonell 2016-06-02 16:32:41 +10:00 committed by Marco Hinz
parent 3bd270a3f2
commit 71a517c93c

View file

@ -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