vim: lightline colorscheme
This commit is contained in:
parent
c6247e95d1
commit
24b9f56385
1 changed files with 2 additions and 1 deletions
3
.vimrc
3
.vimrc
|
@ -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' ] ]
|
||||
|
|
Loading…
Reference in a new issue