Added cenny dotfiles

This commit is contained in:
Jef Roosens 2021-04-21 14:52:27 +02:00
parent 20ab00736c
commit 885ecb33d0
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
57 changed files with 7714 additions and 0 deletions

View file

@ -0,0 +1,2 @@
setlocal colorcolumn=80
setlocal textwidth=79

View file

@ -0,0 +1,2 @@
setlocal colorcolumn=80
setlocal textwidth=79

View file

@ -0,0 +1,2 @@
set textwidth=79
set colorcolumn=80

View file

@ -0,0 +1,10 @@
" Show a visual line at width 120
setlocal colorcolumn=80
" This auto-wraps the lines after it's reached more than 119 characters.
setlocal textwidth=79
" Spellcheck
" Turn on spell check
setlocal spell
" Set it to English US
setlocal spelllang=en

View file

@ -0,0 +1,6 @@
" Show a visual market at text width 80
setlocal colorcolumn=81
" Auto-wrap lines
setlocal textwidth=80

View file

@ -0,0 +1,2 @@
setlocal colorcolumn=80
setlocal textwidth=79

View file

@ -0,0 +1,2 @@
setlocal textwidth=79
setlocal colorcolumn=80