Change back to airline

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-08 23:00:15 +02:00
parent 72d15fd983
commit 7ad98b6ffd
2 changed files with 15 additions and 6 deletions

View file

@ -4,12 +4,21 @@ colorscheme material
" Material theme variant
let g:material_theme_style = 'palenight'
" Material theme for lightline
let g:lightline = { 'colorscheme': 'material_vim' }
" Enable italics
let g:material_terminal_italics = 1
" Disable built-in statusline because lightline shows it
" Disable built-in statusline because airline shows it
set noshowmode
" Airline
set laststatus=2
set encoding=utf-8
let g:airline#extensions#tabline#enabled = 1
let g:airline_powerline_fonts = 1
let g:airline_section_warning = ''
let g:airline_section_error = ''
let g:airline_theme='material'
" True color support
set termguicolors