Open danedavid opened 4 years ago
While the wiki suggests using the autocmd
to set the colorscheme because it allows the rest of the plugins to load first it seems to be the cause of this issue. I was able to fix it by replacing it with a simple set colorscheme gruvbox
and adding it to lighline as normal, i.e. let g:lightline = {'colorscheme': 'gruvbox'}
.
Installed gruvbox using Pathogen, by cloning to
~/.vim/bundle
. Theme is working fine. But as soon as I add'colorscheme': 'gruvbox'
to lightline config, the following error pops up:System details: macOS v10.15.6 iTerm2 v3.3 Vim v8.2
I added the followig 2 lines to .vimrc & also installed gruvbox iTerm colors: