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 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""