vim: lightline colorscheme

This commit is contained in:
Michael Grote 2021-08-20 13:38:58 +02:00
parent c6247e95d1
commit 24b9f56385

3
.vimrc
View file

@ -75,9 +75,10 @@ nmap <C-w> :q<CR>
:let mapleader = ","
" lightline/statusline
" blende insert/visual/... in der commandline aus, steht in lightline
set noshowmode
set laststatus=2
let g:lightline = {
\ 'colorscheme': 'wombat',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'gitbranch', 'readonly', 'filename', 'modified' ] ]