add vim-markdown plugin
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||||
|
|||||||
1
.vim/bundle/vim-markdown
Submodule
1
.vim/bundle/vim-markdown
Submodule
Submodule .vim/bundle/vim-markdown added at a3169545f3
6
.vimrc
6
.vimrc
@@ -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
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|||||||
Reference in New Issue
Block a user