Added all new files
This commit is contained in:
parent
b8ca691fa7
commit
136afdf82d
11 changed files with 62 additions and 27 deletions
2
ftplugin/c.vim
Normal file
2
ftplugin/c.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
setlocal colorcolumn=80
|
||||
setlocal textwidth=79
|
||||
2
ftplugin/cpp.vim
Normal file
2
ftplugin/cpp.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
setlocal colorcolumn=80
|
||||
setlocal textwidth=79
|
||||
2
ftplugin/lua.vim
Normal file
2
ftplugin/lua.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
set textwidth=79
|
||||
set colorcolumn=80
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue