Configuring vim-airline
This commit is contained in:
parent
7cc81b6a25
commit
12cd83f709
@ -32,6 +32,9 @@ call plug#end()
|
|||||||
" syntastic
|
" syntastic
|
||||||
let g:syntastic_python_checkers = ['pyflakes']
|
let g:syntastic_python_checkers = ['pyflakes']
|
||||||
|
|
||||||
|
" vim-airline
|
||||||
|
let g:airline#extensions#tabline#enabled = 1
|
||||||
|
|
||||||
" vim-argwrap
|
" vim-argwrap
|
||||||
let g:argwrap_padded_braces = '{'
|
let g:argwrap_padded_braces = '{'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user