mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
vim: add vim-airline
This commit is contained in:
parent
8e362c7306
commit
ae85548279
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user