Disable spell checking
This commit is contained in:
parent
3bd270a3f2
commit
71a517c93c
|
@ -63,6 +63,9 @@ function! startify#insane_in_the_membrane() abort
|
||||||
if empty(&statusline)
|
if empty(&statusline)
|
||||||
setlocal statusline=\ startify
|
setlocal statusline=\ startify
|
||||||
endif
|
endif
|
||||||
|
if v:version >= 700
|
||||||
|
setlocal nospell
|
||||||
|
endif
|
||||||
if v:version >= 703
|
if v:version >= 703
|
||||||
setlocal norelativenumber
|
setlocal norelativenumber
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue