Disable spell checking
This commit is contained in:
parent
8dc183539e
commit
bdc071a105
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -18,6 +18,7 @@ set linebreak
|
||||||
set list
|
set list
|
||||||
set listchars="tab:> ,trail:$,extends:>,precedes:<,nbsp:+"
|
set listchars="tab:> ,trail:$,extends:>,precedes:<,nbsp:+"
|
||||||
set modelines=0
|
set modelines=0
|
||||||
|
set nospell
|
||||||
set number
|
set number
|
||||||
set omnifunc=syntaxcomplete#Complete
|
set omnifunc=syntaxcomplete#Complete
|
||||||
set printoptions=paper:A4,duplex:off,header:0
|
set printoptions=paper:A4,duplex:off,header:0
|
||||||
|
|
Loading…
Reference in a new issue