diff --git a/.gitmodules b/.gitmodules index b3e5e89..3c1fc27 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,6 @@ [submodule "bundle/delimitmate"] path = bundle/delimitmate url = git://github.com/Raimondi/delimitMate.git -[submodule "bundle/closetag"] - path = bundle/closetag - url = git://github.com/docunext/closetag.vim.git [submodule "bundle/ctrlp"] path = bundle/ctrlp url = https://github.com/kien/ctrlp.vim.git diff --git a/bundle/closetag b/bundle/closetag deleted file mode 160000 index 254d230..0000000 --- a/bundle/closetag +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 254d2307015370424034c0298a1148c4a7add069 diff --git a/vimrc b/vimrc index fb32394..f5917d9 100644 --- a/vimrc +++ b/vimrc @@ -1,7 +1,7 @@ " lloeki's vimrc "bundle loading via pathogen -let g:pathogen_disabled = ['closetag'] +let g:pathogen_disabled = [] filetype off runtime bundle/pathogen/autoload/pathogen.vim