mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +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 'romgrk/doom-one.vim'
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
|
Plug 'vim-airline/vim-airline'
|
||||||
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
|
|
||||||
set encoding=UTF-8
|
set encoding=UTF-8
|
||||||
|
|
||||||
@ -29,6 +31,8 @@ call plug#end()
|
|||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
:colorscheme doom-one
|
:colorscheme doom-one
|
||||||
|
let g:airline_theme='deus'
|
||||||
|
let g:airline_symbols_ascii = 1
|
||||||
|
|
||||||
" --- Just Some Notes ---
|
" --- Just Some Notes ---
|
||||||
" :PlugClean :PlugInstall
|
" :PlugClean :PlugInstall
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user