From c7166479a9c1f7cb1919e4e3f3f2c15d47eb4ccb Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 13 May 2017 16:52:42 -0700 Subject: [PATCH] Vim options for markdown. --- dotfiles/vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dotfiles/vimrc b/dotfiles/vimrc index a9959c2..9bdc2c9 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -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