From de574d7e3d0595933738d15f5a21bbec0a87187d Mon Sep 17 00:00:00 2001 From: darkelfe Date: Wed, 9 Oct 2013 15:21:37 +0200 Subject: [PATCH] Suppression vim-fugitive, qui faisait ramer --- .gitmodules | 9 --------- vim/bundle/vim-fugitive | 1 - vim/vimrc | 4 ---- 3 files changed, 14 deletions(-) delete mode 160000 vim/bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules index ff8e0a6..8f77862 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,15 +5,9 @@ [submodule "vim/bundle/html5.vim"] path = vim/bundle/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"] path = vim/bundle/syntastic 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"] path = vim/bundle/vim-jquery url = https://github.com/itspriddle/vim-jquery.git @@ -29,9 +23,6 @@ [submodule "vim/bundle/tagbar"] path = vim/bundle/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"] path = vim/bundle/htmljinja url = https://github.com/estin/htmljinja diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive deleted file mode 160000 index 124550c..0000000 --- a/vim/bundle/vim-fugitive +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 124550cfee33a1bb9a227e78ccc709317a89dae9 diff --git a/vim/vimrc b/vim/vimrc index 170232e..5b628de 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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#bufferline#enabled = 1 - let g:airline#extensions#syntastic#enabled = 1 -let g:airline#extensions#branch#enabled = 1 - let g:airline#extensions#tagbar#enabled = 1 "=====================================================================