From ed741d745a0ac47b9047fb863bcb873b32996678 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 5 Sep 2014 21:53:00 +0200 Subject: [PATCH] Added tcomment, for easier commenting --- .gitmodules | 3 +++ install.sh | 2 +- vim/bundle/tcomment_vim | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 vim/bundle/tcomment_vim diff --git a/.gitmodules b/.gitmodules index 59b60fa..e9e852d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "vim/bundle/tagbar"] path = vim/bundle/tagbar url = git@github.com:majutsushi/tagbar.git +[submodule "vim/bundle/tcomment_vim"] + path = vim/bundle/tcomment_vim + url = git@github.com:tomtom/tcomment_vim.git diff --git a/install.sh b/install.sh index 6749299..f3de296 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -#TODO: Add eclim/eclipse installer +# TODO: Add eclim/eclipse installer if [ $EUID != 0 ]; then sudo "$0" "$@" exit $? diff --git a/vim/bundle/tcomment_vim b/vim/bundle/tcomment_vim new file mode 160000 index 0000000..b982a7d --- /dev/null +++ b/vim/bundle/tcomment_vim @@ -0,0 +1 @@ +Subproject commit b982a7d818a5fd1eb80deb8481b8c9dec2a5403a