Open GameKyuubi opened 7 years ago
There is a workaround in #104 :
try moving colorscheme solarized
after call plug#end()
I had the same issue - then I found this :smiley: - https://stackoverflow.com/a/34165694/1506858
Your vimrc is supposed to be here: $HOME/.vimrc or there, if you use Vim 7.4 or newer: $HOME/.vim/vimrc
This is kind of a bizarre problem. I installed solarized with VimPlug, added it to my
.vimrc
and sourced it, and the colors immediately worked. Closed vim, opened again, and I get the errorE185: Cannot find color scheme 'solarized'
. Huh. Yet sure enough, after pressing enter to get into vim and doing:source ~/.vimrc
the solarized colors appear and work fine..vimrc: