vimfiles/plugin/bufferline-settings.vim

12 lines
356 B
VimL

" 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