diff options
author | Tharre <tharre3@gmail.com> | 2017-06-05 00:57:42 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-06-05 00:57:42 +0200 |
commit | eff316e664c9fbe21e55fc40646aec5b39af4d43 (patch) | |
tree | 76670b88d62a5cd230122e2dd06c5d0f033acac1 /.gitmodules | |
parent | 00731273366781b325c92798dd752755dcb3ad43 (diff) | |
download | dotfiles-eff316e664c9fbe21e55fc40646aec5b39af4d43.tar.gz dotfiles-eff316e664c9fbe21e55fc40646aec5b39af4d43.tar.xz dotfiles-eff316e664c9fbe21e55fc40646aec5b39af4d43.zip |
vim: add plasticboys markdown plugin
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8724f2e..0078b1d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,6 @@ [submodule ".vim/bundle/ale"] path = .vim/bundle/ale url = https://github.com/w0rp/ale.git +[submodule ".vim/bundle/vim-markdown"] + path = .vim/bundle/vim-markdown + url = https://github.com/plasticboy/vim-markdown.git |