From b7c733bc476b0c34a23394f3e14103ddae5e8971 Mon Sep 17 00:00:00 2001 From: lhark Date: Sat, 9 Mar 2019 11:51:25 -0500 Subject: [PATCH] [vim] fix lightline theme --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 139c61f..c798a8a 100644 --- a/vimrc +++ b/vimrc @@ -29,7 +29,7 @@ if has("unix") || has("mac") " Maybe simply overwrite default scheme like in https://github.com/itchyny/lightline.vim/issues/190 Plugin 'felixjung/vim-base16-lightline' Plugin 'itchyny/lightline.vim' - let g:lightline#colorscheme = 'base16_3024' + let g:lightline = {'colorscheme': 'base16_3024'} if executable('ctags') Plugin 'ludovicchabant/vim-gutentags' endif