bring in bufferline, deprecate buftabs
This commit is contained in:
parent
0d1975d879
commit
0ce7a2f33a
5 changed files with 319 additions and 310 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -73,3 +73,6 @@
|
||||||
[submodule ".vim/bundle/ctrlp"]
|
[submodule ".vim/bundle/ctrlp"]
|
||||||
path = .vim/bundle/ctrlp
|
path = .vim/bundle/ctrlp
|
||||||
url = https://github.com/kien/ctrlp.vim.git
|
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
|
||||||
|
|
|
||||||
1
.vim/bundle/vim-bufferline
Submodule
1
.vim/bundle/vim-bufferline
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f501353aeafdfd9137b5f7847d598b86065be133
|
||||||
7
.vimrc
7
.vimrc
|
|
@ -137,7 +137,12 @@ let g:LustyJugglerShowKeys = 'a'
|
||||||
" * Buftabs
|
" * Buftabs
|
||||||
let g:buftabs_only_basename = 1
|
let g:buftabs_only_basename = 1
|
||||||
"let g:buftabs_in_statusline=1
|
"let g:buftabs_in_statusline=1
|
||||||
"
|
|
||||||
|
" Bufferline
|
||||||
|
let g:bufferline_echo = 0
|
||||||
|
let g:bufferline_modified = '+'
|
||||||
|
let g:bufferline_show_bufnr = 1
|
||||||
|
|
||||||
" * NERDTree
|
" * NERDTree
|
||||||
let g:NERDChristmasTree = 1
|
let g:NERDChristmasTree = 1
|
||||||
let g:NERDChristmasTree = 1
|
let g:NERDChristmasTree = 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue