Add vim-bufferline to install list

Also add associated settings file to configure vim-bufferline
master
nirenjan 2014-03-17 22:12:08 -07:00
parent 6ddf7109f8
commit 564346ec98
2 changed files with 14 additions and 0 deletions

View File

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

3
vimrc
View File

@ -40,6 +40,9 @@ set hlsearch
" Show status line
set laststatus=2
" Enable hidden buffers
set hidden
" Show tab line
set showtabline=2