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 = ","
|
:let mapleader = ","
|
||||||
|
|
||||||
" lightline/statusline
|
" lightline/statusline
|
||||||
|
" blende insert/visual/... in der commandline aus, steht in lightline
|
||||||
|
set noshowmode
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'wombat',
|
|
||||||
\ 'active': {
|
\ 'active': {
|
||||||
\ 'left': [ [ 'mode', 'paste' ],
|
\ 'left': [ [ 'mode', 'paste' ],
|
||||||
\ [ 'gitbranch', 'readonly', 'filename', 'modified' ] ]
|
\ [ 'gitbranch', 'readonly', 'filename', 'modified' ] ]
|
||||||
|
|
Loading…
Reference in a new issue