mirror of
https://github.com/gryf/.vim.git
synced 2025-12-18 03:50:30 +01:00
Moving from pathogen to NeoBundle
This commit is contained in:
9
ftplugin/markdown/commons.vim
Normal file
9
ftplugin/markdown/commons.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
" Some common settings for all reSt files
|
||||
setlocal textwidth=80
|
||||
setlocal makeprg=md2html.py\ \"%\"\ \"%:p:r.html\"
|
||||
setlocal spell
|
||||
setlocal smartindent
|
||||
setlocal autoindent
|
||||
setlocal formatoptions=tcq "set VIms default
|
||||
|
||||
autocmd BufWritePost *.md :silent make
|
||||
Reference in New Issue
Block a user