This repository has been archived on 2021-12-21. You can view files and clone it, but cannot push or open issues/pull-requests.
|
" Show a visual line at width 120
|
|
setlocal colorcolumn=120
|
|
" This auto-wraps the lines after it's reached more than 119 characters.
|
|
setlocal textwidth=119
|
|
|
|
" Spellcheck
|
|
" Turn on spell check
|
|
setlocal spell
|
|
" Set it to English US
|
|
setlocal spelllang=en
|