Add markdown specific settings.

This commit is contained in:
Thomas Gideon 2015-04-10 11:49:00 -04:00
parent e46ffcc76a
commit 3dea2ba707
2 changed files with 5 additions and 0 deletions

4
markdown.vim Normal file
View file

@ -0,0 +1,4 @@
set ts=2
set sw=2
set expandtab
set nolinebreak

1
vimrc
View file

@ -7,6 +7,7 @@ exec "cd " . vimrc_git
source vundle.vim
source java.vim
source javascript.vim
source markdown.vim
exec "cd " . oldwd
" turn on file type plugins