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)
|
||||
setlocal statusline=\ startify
|
||||
endif
|
||||
if v:version >= 700
|
||||
setlocal nospell
|
||||
endif
|
||||
if v:version >= 703
|
||||
setlocal norelativenumber
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue