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