From 97d95706042a47bb9f646b67f12556b725c5eb4f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 29 Jun 2014 17:07:55 -0400 Subject: 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. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3