[vim] added disabled var, removed jellybeans

This commit is contained in:
Nick Nisi
2012-07-03 10:19:49 -05:00
parent cf26fda463
commit 17f36ca26a
3 changed files with 1 additions and 4 deletions

3
.gitmodules vendored
View File

@@ -58,9 +58,6 @@
[submodule "vim/vim.symlink/bundle/vim-rails"]
path = vim/vim.symlink/bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule "vim/vim.symlink/bundle/jellybeans"]
path = vim/vim.symlink/bundle/jellybeans
url = https://github.com/nanotech/jellybeans.vim.git
[submodule "vim/vim.symlink/bundle/tcomment_vim"]
path = vim/vim.symlink/bundle/tcomment_vim
url = https://github.com/tomtom/tcomment_vim.git

View File

@@ -3,6 +3,7 @@
" Pathogen
" loads all plugins places in the ~/.vim/bundle directory
runtime bundle/vim-pathogen/autoload/pathogen.vim
let g:pathogen_disabled=[]
call pathogen#infect()
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""