aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-12-22 13:17:09 -0700
committerkatherine <shmibs@shmibbles.me>2017-12-22 13:17:09 -0700
commitb995f743278168542adf819bb855695f45c60cd4 (patch)
tree0fe82d1bf04343312e7a426c814f821a577f1c3a
parent73edc77ee2a424afd3a8d286ad8bfbbafd1e26b2 (diff)
downloaddotfiles-b995f743278168542adf819bb855695f45c60cd4.tar.gz
remove statusline clutter
not completely useless, but get in the way on small terms
-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()