Revert "Move to lightline"

This reverts commit e4a8fedb40.
This commit is contained in:
Loic Nageleisen 2021-12-03 15:06:44 +01:00
parent e4a8fedb40
commit e7572320b9
Signed by: lloeki
GPG key ID: 971B4D9F125CD31E
2 changed files with 12 additions and 13 deletions

21
vimrc
View file

@ -29,17 +29,16 @@ else
set title
endif
" Lightline
let g:lightline = {
\ 'colorscheme': 'nord',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'gitbranch', 'readonly', 'filename', 'modified' ] ]
\ },
\ 'component_function': {
\ 'gitbranch': 'FugitiveHead'
\ },
\ }
" Airline
let g:airline_theme='raven'
if !exists('g:airline_symbols')
let g:airline_symbols = {}
endif
let g:airline_left_sep=''
let g:airline_right_sep=''
let g:airline_symbols.linenr = ''
let g:airline_symbols.branch = '⎇'
let g:airline_symbols.whitespace = ''
" Terminal behavior and appearance
if !has('gui_running')