6 lines
99 B
VimL
6 lines
99 B
VimL
|
" Enable spellchecking
|
||
|
setlocal spell
|
||
|
|
||
|
" Automatically wrap at 80 characters
|
||
|
setlocal textwidth=80
|