From a8bcf9377922fd751e22625652cf015ca7f1d4a0 Mon Sep 17 00:00:00 2001 From: darkelfe Date: Mon, 7 Oct 2013 09:29:45 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20bundle=20vim=20:=20supertab=20&?= =?UTF-8?q?=20bufferline=20(vim=20lent=20+=20pas=20tr=C3=A8s=20utile)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 12 ++++++------ vim/bundle/html5.vim | 2 +- vim/bundle/supertab | 1 - vim/bundle/syntastic | 2 +- vim/bundle/vim-airline | 2 +- vim/bundle/vim-bufferline | 1 - vim/vimrc | 10 ---------- 7 files changed, 9 insertions(+), 21 deletions(-) delete mode 160000 vim/bundle/supertab delete mode 160000 vim/bundle/vim-bufferline diff --git a/.gitmodules b/.gitmodules index a3ac330..ff8e0a6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,15 +5,15 @@ [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/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/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 diff --git a/vim/bundle/html5.vim b/vim/bundle/html5.vim index cb00fc7..929d57f 160000 --- a/vim/bundle/html5.vim +++ b/vim/bundle/html5.vim @@ -1 +1 @@ -Subproject commit cb00fc70564b97e74a7ab687ec8b64177f7817c9 +Subproject commit 929d57fd1ec18fb68d0fa5d7b4ad9073cc0802a3 diff --git a/vim/bundle/supertab b/vim/bundle/supertab deleted file mode 160000 index 7a32e08..0000000 --- a/vim/bundle/supertab +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7a32e0866bfea26cf7781935289df131d1d0c0e0 diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic index 8616072..58ba3d4 160000 --- a/vim/bundle/syntastic +++ b/vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 86160723dcbfaa53807c80f4c9b1c3c574a310a1 +Subproject commit 58ba3d429407944539852ff42a54cbc3accb1527 diff --git a/vim/bundle/vim-airline b/vim/bundle/vim-airline index a8c96b6..9e53c2c 160000 --- a/vim/bundle/vim-airline +++ b/vim/bundle/vim-airline @@ -1 +1 @@ -Subproject commit a8c96b6020182ca648c76e4ed83320958100218d +Subproject commit 9e53c2c1555115a427aa5668f8493fad4ee1dc9f diff --git a/vim/bundle/vim-bufferline b/vim/bundle/vim-bufferline deleted file mode 160000 index b9ad64a..0000000 --- a/vim/bundle/vim-bufferline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b9ad64ae75a06f3462dc46935f1757797f816f02 diff --git a/vim/vimrc b/vim/vimrc index 21fd4f7..170232e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -59,13 +59,6 @@ let g:tagbar_ctags_bin = '/usr/bin/ctags' let g:tagbar_autofocus = 1 let g:tagbar_autoclose = 1 -" supertab -let g:SuperTabDefaultCompletionType = "context" -let g:SuperTabRetainCompletionDuretaion = "completion" -let g:SuperTabClosePreviewOnPopupClose = 1 - -let g:SuperTabNoCompleteAfter = ['^', '\s', "'", '=>', ')', '|', '&', ';'] - " syntastic let g:syntastic_check_on_open = 0 @@ -77,9 +70,6 @@ let g:syntastic_mode_map = { 'mode': 'active', \ 'active_filetypes': ['php'], \ 'passive_filetypes': ['html', 'css'] } -" vim-bufferline -let g:bufferline_fname_mod = ':p:.' - " vim-airline let g:airline_powerline_fonts = 1 let g:airline_section_z = '%3p%%%4l:%L%3c'