Suppression bundle vim : supertab & bufferline (vim lent + pas très utile)

master
Julien Rosset 12 years ago
parent e501130cc8
commit a8bcf93779

12
.gitmodules vendored

@ -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

@ -1 +1 @@
Subproject commit cb00fc70564b97e74a7ab687ec8b64177f7817c9
Subproject commit 929d57fd1ec18fb68d0fa5d7b4ad9073cc0802a3

@ -1 +0,0 @@
Subproject commit 7a32e0866bfea26cf7781935289df131d1d0c0e0

@ -1 +1 @@
Subproject commit 86160723dcbfaa53807c80f4c9b1c3c574a310a1
Subproject commit 58ba3d429407944539852ff42a54cbc3accb1527

@ -1 +1 @@
Subproject commit a8c96b6020182ca648c76e4ed83320958100218d
Subproject commit 9e53c2c1555115a427aa5668f8493fad4ee1dc9f

@ -1 +0,0 @@
Subproject commit b9ad64ae75a06f3462dc46935f1757797f816f02

@ -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'

Loading…
Cancel
Save