mirror of
https://github.com/luzifer/vim.git
synced 2024-11-09 16:10:00 +00:00
Add configuration for vim-airline
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5a813210b2
commit
c8633f0622
1 changed files with 7 additions and 0 deletions
7
init.vim
7
init.vim
|
@ -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
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue