Skip to content
New issue

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

Installation issue. #54

Closed
skywinder opened this issue Mar 17, 2015 · 2 comments
Closed

Installation issue. #54

skywinder opened this issue Mar 17, 2015 · 2 comments

Comments

@skywinder
Copy link
Contributor

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:

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?

@morhetz
Copy link
Owner

morhetz commented Mar 17, 2015

Not an editor command: colorcheme gruvbox

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

@skywinder
Copy link
Contributor Author

Ouh.. Yes. Just a dummy typo. 🪲
Thanks - awesome scheme! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants