Add some Markdown settings to vim/after/ftplugin

This commit is contained in:
Eryn Wells 2013-01-07 09:53:52 -08:00
parent 1b26155828
commit b69ed2a83f

View file

@ -0,0 +1,7 @@
setlocal tw=80
setlocal cc=80
setlocal fdm=marker
setlocal spell
" Comment out the current selection
vmap <buffer> <leader>co "xdi<!--<Esc>"xpa--><Esc>