Suppression vim-fugitive, qui faisait ramer

master
Julien Rosset 12 years ago
parent a8bcf93779
commit de574d7e3d

9
.gitmodules vendored

@ -5,15 +5,9 @@
[submodule "vim/bundle/html5.vim"] [submodule "vim/bundle/html5.vim"]
path = vim/bundle/html5.vim path = vim/bundle/html5.vim
url = https://github.com/othree/html5.vim url = https://github.com/othree/html5.vim
;[submodule "vim/bundle/vim-bufferline"]
;path = vim/bundle/vim-bufferline
;url = https://github.com/bling/vim-bufferline.git
[submodule "vim/bundle/syntastic"] [submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git url = https://github.com/scrooloose/syntastic.git
;[submodule "vim/bundle/supertab"]
;path = vim/bundle/supertab
;url = https://github.com/ervandew/supertab.git
[submodule "vim/bundle/vim-jquery"] [submodule "vim/bundle/vim-jquery"]
path = vim/bundle/vim-jquery path = vim/bundle/vim-jquery
url = https://github.com/itspriddle/vim-jquery.git url = https://github.com/itspriddle/vim-jquery.git
@ -29,9 +23,6 @@
[submodule "vim/bundle/tagbar"] [submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar url = https://github.com/majutsushi/tagbar
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "vim/bundle/htmljinja"] [submodule "vim/bundle/htmljinja"]
path = vim/bundle/htmljinja path = vim/bundle/htmljinja
url = https://github.com/estin/htmljinja url = https://github.com/estin/htmljinja

@ -1 +0,0 @@
Subproject commit 124550cfee33a1bb9a227e78ccc709317a89dae9

@ -76,12 +76,8 @@ let g:airline_section_z = '%3p%%%4l:%L%3c'
let g:airline#extensions#whitespace#enabled = 0 " pas de détections des espaces (lignes vides ?) let g:airline#extensions#whitespace#enabled = 0 " pas de détections des espaces (lignes vides ?)
let g:airline#extensions#bufferline#enabled = 1
let g:airline#extensions#syntastic#enabled = 1 let g:airline#extensions#syntastic#enabled = 1
let g:airline#extensions#branch#enabled = 1
let g:airline#extensions#tagbar#enabled = 1 let g:airline#extensions#tagbar#enabled = 1
"===================================================================== "=====================================================================

Loading…
Cancel
Save