[vim] added disabled var, removed jellybeans
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -58,9 +58,6 @@
|
|||||||
[submodule "vim/vim.symlink/bundle/vim-rails"]
|
[submodule "vim/vim.symlink/bundle/vim-rails"]
|
||||||
path = vim/vim.symlink/bundle/vim-rails
|
path = vim/vim.symlink/bundle/vim-rails
|
||||||
url = https://github.com/tpope/vim-rails.git
|
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"]
|
[submodule "vim/vim.symlink/bundle/tcomment_vim"]
|
||||||
path = vim/vim.symlink/bundle/tcomment_vim
|
path = vim/vim.symlink/bundle/tcomment_vim
|
||||||
url = https://github.com/tomtom/tcomment_vim.git
|
url = https://github.com/tomtom/tcomment_vim.git
|
||||||
|
|||||||
Submodule vim/vim.symlink/bundle/jellybeans deleted from 2737231a45
@@ -3,6 +3,7 @@
|
|||||||
" Pathogen
|
" Pathogen
|
||||||
" loads all plugins places in the ~/.vim/bundle directory
|
" loads all plugins places in the ~/.vim/bundle directory
|
||||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||||
|
let g:pathogen_disabled=[]
|
||||||
call pathogen#infect()
|
call pathogen#infect()
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|||||||
Reference in New Issue
Block a user