removed command-t, purged configs

This commit is contained in:
Loic Nageleisen 2012-02-03 19:26:17 +01:00
parent 3f96fabd9a
commit 7c30acb163
3 changed files with 1 additions and 5 deletions

3
.gitmodules vendored
View file

@ -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

@ -1 +0,0 @@
Subproject commit f19aee00f6b7a9c451a7aa168e05f0cdd0d99374

2
vimrc
View file

@ -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