Add instant markdown plugin

https://github.com/suan/vim-instant-markdown

[sudo] gem install redcarpet pygments.rb
[sudo] npm -g install instant-markdown-d
main
Buddy Sandidge 12 years ago
parent 1625418cb1
commit 088b60ede5

3
.gitmodules vendored

@ -34,3 +34,6 @@
[submodule "vim/bundle/syntastic"] [submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/instant-markdown"]
path = vim/bundle/instant-markdown
url = https://github.com/suan/vim-instant-markdown.git

@ -0,0 +1 @@
Subproject commit 54421032cb7b21faf8be8e139f8d83c7fee16080
Loading…
Cancel
Save