Add some Markdown settings to vim/after/ftplugin
This commit is contained in:
parent
1b26155828
commit
b69ed2a83f
1 changed files with 7 additions and 0 deletions
7
vim/after/ftplugin/markdown.vim
Normal file
7
vim/after/ftplugin/markdown.vim
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue