Initial commit
This commit is contained in:
commit
864a4a2f08
18 changed files with 3585 additions and 0 deletions
8
ftplugin/markdown.vim
Normal file
8
ftplugin/markdown.vim
Normal 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
6
ftplugin/python.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
" Show a visual market at text width 80
|
||||
setlocal colorcolumn=80
|
||||
|
||||
" Auto-wrap lines
|
||||
setlocal textwidth=79
|
||||
|
||||
Reference in a new issue