aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index e752f01..40db1da 100644
--- a/.vimrc
+++ b/.vimrc
@@ -99,7 +99,12 @@ function! s:Lightline_palette_init()
let l:p.normal.warning = [ [ l:white, l:yellow ] ]
let g:lightline#colorscheme#shmibs#palette = lightline#colorscheme#flatten(l:p)
- let g:lightline = { 'colorscheme': 'shmibs' }
+ let g:lightline = {
+ \ 'active': {
+ \ 'right': [ [ 'lineinfo' ],
+ \ [ 'percent' ],
+ \ [ 'filetype' ] ]
+ \ }, 'colorscheme': 'shmibs' }
endfunction
call s:Lightline_palette_init()