diff options
author | Teddy Wing | 2014-06-29 17:07:55 -0400 |
---|---|---|
committer | Teddy Wing | 2014-06-29 17:07:55 -0400 |
commit | 97d95706042a47bb9f646b67f12556b725c5eb4f (patch) | |
tree | badd54be09be8222ce91c9b6d5f76033d95d9f94 /.gitmodules | |
parent | 51fbce39c640e9bb8b4a0b1567a8ec7a759d15de (diff) | |
download | dotvim-97d95706042a47bb9f646b67f12556b725c5eb4f.tar.bz2 |
Add tcomment plugin
Trying it out to see how it compares to commentary.vim. Getting annoyed
that commentary.vim doesn't know to use JavaScript comments for a script
embedded in HTML.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a7f0908..f52c795 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "bundle/vim-scala"] path = bundle/vim-scala url = https://github.com/derekwyatt/vim-scala.git +[submodule "bundle/tcomment"] + path = bundle/tcomment + url = https://github.com/tomtom/tcomment_vim.git |