mirror of https://github.com/nirenjan/vimfiles.git
Add vim-bufferline to install list
Also add associated settings file to configure vim-bufferlinemaster
parent
6ddf7109f8
commit
564346ec98
|
@ -0,0 +1,11 @@
|
|||
" File: bufferline-settings.vim
|
||||
" Author: Nirenjan Krishnan
|
||||
" Description: Settings for the bufferline plugin
|
||||
" Last Modified: March 17, 2014
|
||||
|
||||
" Do not echo to the command bar (It's already showing up in airline)
|
||||
let g:bufferline_echo = 0
|
||||
|
||||
" Allow scrolling, place the active buffer at the end
|
||||
let g:bufferline_rotate = 1
|
||||
let g:bufferline_fixed_index = -1
|
Loading…
Reference in New Issue