diff --git a/.gitmodules b/.gitmodules index 197e8f4..b3e5e89 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "bundle/command-t"] - path = bundle/command-t - url = https://github.com/wincent/Command-T.git [submodule "bundle/supertab"] path = bundle/supertab url = https://github.com/ervandew/supertab.git diff --git a/bundle/command-t b/bundle/command-t deleted file mode 160000 index f19aee0..0000000 --- a/bundle/command-t +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f19aee00f6b7a9c451a7aa168e05f0cdd0d99374 diff --git a/vimrc b/vimrc index 5d8eeb1..299c09c 100644 --- a/vimrc +++ b/vimrc @@ -1,7 +1,7 @@ " lloeki's vimrc "bundle loading via pathogen -let g:pathogen_disabled = ['pyflakes-vim', 'vim-matchit', 'vim-repeat', 'closetag', 'command-t'] +let g:pathogen_disabled = ['matchit', 'repeat', 'closetag'] filetype off runtime bundle/pathogen/autoload/pathogen.vim