Vim options for markdown.

This commit is contained in:
David Tomaschik
2017-05-13 16:52:42 -07:00
parent 21f8d645be
commit c7166479a9

View File

@@ -153,4 +153,7 @@ set colorcolumn=+1
highlight ColorColumn ctermbg=black guibg=lightgrey
" Remove smart quotes
command Unsmartquote %s/“\|”/"/g
command Unsmartquote %s/“\|”/"/g
" Markdown options
autocmd Filetype markdown set expandtab tw=4