1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-19 11:02:55 +00:00

Add configuration for vim-airline

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-04-01 19:54:05 +02:00
parent 5a813210b2
commit c8633f0622
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -995,6 +995,13 @@ au FileType sh,zsh au BufWritePre <buffer> :call SHFmt()
let g:typescript_indent_disable = 1
"
" vim-airline configuration
"
let g:airline#extensions#tabline#enabled = 1
let g:airline_powerline_fonts = 1
"
" Custom commands
"