remove spell check for markdown files
This commit is contained in:
parent
46fcb1c086
commit
38255f01fc
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ setlocal colorcolumn=0
|
||||||
setlocal linebreak
|
setlocal linebreak
|
||||||
setlocal number
|
setlocal number
|
||||||
setlocal shiftwidth=4
|
setlocal shiftwidth=4
|
||||||
setlocal spell
|
|
||||||
setlocal tabstop=4
|
setlocal tabstop=4
|
||||||
setlocal wrap
|
setlocal wrap
|
||||||
|
setlocal nospell
|
||||||
|
|
Loading…
Add table
Reference in a new issue