Initial commit

This commit is contained in:
jef 2020-08-08 20:27:01 +02:00
commit 864a4a2f08
18 changed files with 3585 additions and 0 deletions

8
ftplugin/markdown.vim Normal file
View file

@ -0,0 +1,8 @@
" 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

6
ftplugin/python.vim Normal file
View file

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