Hi Apostolis, Im using lightline now but here's how I used it with 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'
Hi Apostolis, Im using lightline now but here's how I used it with 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'