Added tcomment, for easier commenting
This commit is contained in:
parent
bbe11b8a59
commit
ed741d745a
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -19,3 +19,6 @@
|
||||||
[submodule "vim/bundle/tagbar"]
|
[submodule "vim/bundle/tagbar"]
|
||||||
path = vim/bundle/tagbar
|
path = vim/bundle/tagbar
|
||||||
url = git@github.com:majutsushi/tagbar.git
|
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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#TODO: Add eclim/eclipse installer
|
# TODO: Add eclim/eclipse installer
|
||||||
if [ $EUID != 0 ]; then
|
if [ $EUID != 0 ]; then
|
||||||
sudo "$0" "$@"
|
sudo "$0" "$@"
|
||||||
exit $?
|
exit $?
|
||||||
|
|
1
vim/bundle/tcomment_vim
Submodule
1
vim/bundle/tcomment_vim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b982a7d818a5fd1eb80deb8481b8c9dec2a5403a
|
Loading…
Reference in New Issue
Block a user