9 lines
155 B
VimL
9 lines
155 B
VimL
|
" Show a visual line at width 120
|
||
|
setlocal colorcolumn=120
|
||
|
|
||
|
" Spellcheck
|
||
|
" Turn on spell check
|
||
|
setlocal spell
|
||
|
" Set it to English US
|
||
|
setlocal spelllang=en
|