diff options
author | Teddy Wing | 2014-06-29 17:13:15 -0400 |
---|---|---|
committer | Teddy Wing | 2014-06-29 17:13:15 -0400 |
commit | dad210c21939a62e2333b84d817834c9593239ab (patch) | |
tree | 99cd4848fafb678bb89d078b7c726c0eca26850c | |
parent | 97d95706042a47bb9f646b67f12556b725c5eb4f (diff) | |
download | dotvim-dad210c21939a62e2333b84d817834c9593239ab.tar.bz2 |
Remove commentary.vim plugin
Tried tcomment which is able to recognise the code and apply the
appropriate comment instead of blindly using the comment format
specified for the current file type. Removing commentary.vim as part of
the switchover.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/vim-commentary | 0 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index f52c795..b40019b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "bundle/nerdtree"] path = bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git -[submodule "bundle/vim-commentary"] - path = bundle/vim-commentary - url = https://github.com/tpope/vim-commentary.git [submodule "bundle/PreserveNoEOL"] path = bundle/PreserveNoEOL url = https://github.com/vim-scripts/PreserveNoEOL.git diff --git a/bundle/vim-commentary b/bundle/vim-commentary deleted file mode 160000 -Subproject 4658aa78fd1b797fb0645064afe8eebbf2bfbb5 |