add vim-markdown plugin

This commit is contained in:
2016-10-07 22:54:58 +02:00
parent 93112665c5
commit 39afe0b0ec
3 changed files with 10 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -46,3 +46,6 @@
[submodule ".vim/bundle/supertab"] [submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git url = https://github.com/ervandew/supertab.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git

6
.vimrc
View File

@@ -349,6 +349,12 @@ let g:gundo_width = 60
let g:gundo_preview_height = 40 let g:gundo_preview_height = 40
let g:gundo_right = 1 let g:gundo_right = 1
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"⋅=> markdown settings
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set nofoldenable
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Misc " => Misc
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""