From 39afe0b0ec0a69d70e7d08ed6885d806034f984e Mon Sep 17 00:00:00 2001 From: Eragos Date: Fri, 7 Oct 2016 22:54:58 +0200 Subject: [PATCH] add vim-markdown plugin --- .gitmodules | 3 +++ .vim/bundle/vim-markdown | 1 + .vimrc | 6 ++++++ 3 files changed, 10 insertions(+) create mode 160000 .vim/bundle/vim-markdown diff --git a/.gitmodules b/.gitmodules index 491eed0..d54c63d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule ".vim/bundle/supertab"] path = .vim/bundle/supertab 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 diff --git a/.vim/bundle/vim-markdown b/.vim/bundle/vim-markdown new file mode 160000 index 0000000..a316954 --- /dev/null +++ b/.vim/bundle/vim-markdown @@ -0,0 +1 @@ +Subproject commit a3169545f330ec8080244c3ad755bb2211eca8a0 diff --git a/.vimrc b/.vimrc index 164cbfa..389916b 100644 --- a/.vimrc +++ b/.vimrc @@ -349,6 +349,12 @@ let g:gundo_width = 60 let g:gundo_preview_height = 40 let g:gundo_right = 1 +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +"⋅=> markdown settings +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +set nofoldenable + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Misc """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""