Skip to content

vimplug gives cannot find color scheme #219

@hafah

Description

@hafah

What did I do?

I added this to my .vimrc

call plug#begin('~/.vim/plugged')
Plug 'morhetz/gruvbox'
call plug#end()

What is the Error?

E185: Cannot find color scheme 'gruvbox'

Do you know of a fix?

cp ~/.vim/plugged/gruvbox/colors/gruvbox.vim ~/.vim/colors/gruvbox.vim

The installation wiki says;

vim-plug
Add Plug 'morhetz/gruvbox' to your .vimrc and run :PlugInstall
Then add the line colorscheme gruvbox to your .vimrc file, and restart vim.

Am I doing something wrong why doesn't it work out of the box?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions