Added all new files

This commit is contained in:
Jef Roosens 2021-02-01 09:41:32 +01:00
parent b8ca691fa7
commit 136afdf82d
11 changed files with 62 additions and 27 deletions

2
ftplugin/c.vim Normal file
View file

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

2
ftplugin/cpp.vim Normal file
View file

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

2
ftplugin/lua.vim Normal file
View file

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

View file

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