nvim: tone down airline

This commit is contained in:
Grigory Shipunov 2020-11-08 02:12:52 +01:00
parent 588a9ef2bf
commit 058e987625
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -19,6 +19,7 @@ Plug 'Yggdroot/indentLine'
Plug 'junegunn/goyo.vim', {'on': 'Goyo'} Plug 'junegunn/goyo.vim', {'on': 'Goyo'}
Plug 'mbbill/undotree', {'on': 'UndotreeToggle'} Plug 'mbbill/undotree', {'on': 'UndotreeToggle'}
Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
" Navigation " Navigation
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
@ -142,3 +143,7 @@ let g:deoplete#enable_at_startup = 1
" neomake " neomake
call neomake#configure#automake('rw', 1000) call neomake#configure#automake('rw', 1000)
" airline
set noshowmode
let g:airline_theme='monochrome'