aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index adc2e40..3634afb 100644
--- a/.vimrc
+++ b/.vimrc
@@ -93,7 +93,7 @@ function! s:Lightline_palette_init()
let l:p.normal.error = [ [ l:white, l:red ] ]
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#palette = lightline#colorscheme#flatten(l:p)
let g:lightline = { 'colorscheme': 'shmibs' }
endfunction