vim: add vim-airline

This commit is contained in:
Guilherme Rugai Freire 2021-08-13 16:42:49 -03:00
parent 8e362c7306
commit ae85548279
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -22,6 +22,8 @@ call plug#begin()
Plug 'romgrk/doom-one.vim'
Plug 'sheerun/vim-polyglot'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
set encoding=UTF-8
@ -29,6 +31,8 @@ call plug#end()
set background=dark
:colorscheme doom-one
let g:airline_theme='deus'
let g:airline_symbols_ascii = 1
" --- Just Some Notes ---
" :PlugClean :PlugInstall