We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I use Vundle. So, I add string:
Plugin 'morhetz/gruvbox'
change string
colorscheme badwolf
to:
colorscheme gruvbox
And run vundle installation vim +PluginInstall +qall But I gets error:
vim +PluginInstall +qall
Not an editor command: colorcheme gruvbox
Also I try to delete colorscheme. But have no luck. Also I try to add and remove
set background=dark " Setting dark mode
But it don't get any effect.
Whats I'm doing wrong?
The text was updated successfully, but these errors were encountered:
I suppose it should be colorscheme.
You could also try setting with short alias colo gruvbox. If you still got the error check if it's settable at vim runtime with
colo gruvbox
:colo gruvbox
Sorry, something went wrong.
Ouh.. Yes. Just a dummy typo. 🪲 Thanks - awesome scheme! 👍
No branches or pull requests
Hi. I use Vundle.
So, I add string:
change string
to:
And run vundle installation
vim +PluginInstall +qall
But I gets error:
Also I try to delete colorscheme. But have no luck.
Also I try to add and remove
But it don't get any effect.
Whats I'm doing wrong?
The text was updated successfully, but these errors were encountered: