blob: 682d3618ab3d59f60322232f3c765422340495a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
" dotfiles -- .vim/vimrc_files/plugin_config.vim
" author: johannst
" +----------------------------+
" | Vim-Airline |
" +----------------------------+
" Enable the list of buffers
let g:airline#extensions#tabline#enabled = 1
" Show just the filename
let g:airline#extensions#tabline#fnamemod = ':t'
|