diff options
author | June McEnroe <june@causal.agency> | 2012-02-01 20:00:17 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-02-01 20:00:17 -0500 |
commit | ddcfaef5145595f8e15f34f091e50fb85a9a6149 (patch) | |
tree | ccd527baf0a87b4af8d637a5906a4218a9fe2f2e /.gitmodules | |
parent | Update Vim-Tomorrow-Theme (diff) | |
download | src-ddcfaef5145595f8e15f34f091e50fb85a9a6149.tar.gz src-ddcfaef5145595f8e15f34f091e50fb85a9a6149.zip |
Add ShowMarks plugin
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b0e9adb2..386b3b83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "bundle/vim-markdown"] path = bundle/vim-markdown url = https://github.com/tpope/vim-markdown.git +[submodule "bundle/vim-showmarks"] + path = bundle/vim-showmarks + url = https://github.com/garbas/vim-showmarks.git |