dotfiles/vim/after/ftplugin/markdown.vim

7 lines
153 B
VimL

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