mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 13:34:39 +01:00
removed command-t, purged configs
This commit is contained in:
parent
3f96fabd9a
commit
7c30acb163
3 changed files with 1 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue