bring in bufferline, deprecate buftabs

This commit is contained in:
Barak Michener 2013-08-26 17:43:17 -04:00
parent 0d1975d879
commit 0ce7a2f33a
5 changed files with 319 additions and 310 deletions

3
.gitmodules vendored
View file

@ -73,3 +73,6 @@
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/vim-bufferline"]
path = .vim/bundle/vim-bufferline
url = https://github.com/bling/vim-bufferline

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

7
.vimrc
View file

@ -137,7 +137,12 @@ let g:LustyJugglerShowKeys = 'a'
" * Buftabs
let g:buftabs_only_basename = 1
"let g:buftabs_in_statusline=1
"
" Bufferline
let g:bufferline_echo = 0
let g:bufferline_modified = '+'
let g:bufferline_show_bufnr = 1
" * NERDTree
let g:NERDChristmasTree = 1
let g:NERDChristmasTree = 1