diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-08-03 11:07:06 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | bf4c367801481712195588d5e76ebcc116286903 (patch) | |
tree | f392a88337bc20283a3540a78337d60edda4d1bd | |
parent | 744ce5638c0cf5ce0e83c94b72b94995aff2a867 (diff) | |
download | dotnvim-bf4c367801481712195588d5e76ebcc116286903.tar.gz dotnvim-bf4c367801481712195588d5e76ebcc116286903.zip |
Added tcomment plugin
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/tcomment_vim | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0bc8d04..bc35760 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "bundle/nerdtree"] path = bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git +[submodule "bundle/tcomment_vim"] + path = bundle/tcomment_vim + url = https://github.com/tomtom/tcomment_vim diff --git a/bundle/tcomment_vim b/bundle/tcomment_vim new file mode 160000 +Subproject eea1a7cac22ab647ace37f27b2a2dfd83bad723 |