Add markdown specific settings.
This commit is contained in:
parent
e46ffcc76a
commit
3dea2ba707
2 changed files with 5 additions and 0 deletions
4
markdown.vim
Normal file
4
markdown.vim
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
set ts=2
|
||||||
|
set sw=2
|
||||||
|
set expandtab
|
||||||
|
set nolinebreak
|
1
vimrc
1
vimrc
|
@ -7,6 +7,7 @@ exec "cd " . vimrc_git
|
||||||
source vundle.vim
|
source vundle.vim
|
||||||
source java.vim
|
source java.vim
|
||||||
source javascript.vim
|
source javascript.vim
|
||||||
|
source markdown.vim
|
||||||
exec "cd " . oldwd
|
exec "cd " . oldwd
|
||||||
|
|
||||||
" turn on file type plugins
|
" turn on file type plugins
|
||||||
|
|
Loading…
Reference in a new issue