-
Notifications
You must be signed in to change notification settings - Fork 202
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
E185: Cannot find color scheme 'wal' #22
Comments
Hey, I am having the same issue. Have you been able to fix it? |
Hey, I am also getting the same. any progress? |
Did you follow the instructions from Plug? |
here is my ~/.vimrc: If I have understood the instruction correctly, so after putting the lines: Plug 'dylanaraps/wal'
colorscheme wal
set background=dark and run :PlugInstall, it should work at the next opening of vim. but instead, I got the following: ➜ probability vi
Error detected while processing /Users/user/.vimrc:
line 25:
E185: Cannot find color scheme 'wal'
Press ENTER or type command to continue |
I believe that the plugins are "loaded" on |
@ducks4rule @nilnil47 @vikomen What worked for me was the following procedure. Insert Run Install pywall instead of wall using the procedure described in their installation and setup guide. Be sure to follow their guide to ensure persistence across terminals/reboots. Run Run Finally, I would like to express my deep sadness upon finding out that Gilles passed away last year. I've emailed him in 2020 to thank him for his guide, and he took his time to thank me for making his day brighter. I only wish that brightness could have lasted forever. |
Check this out: https://stackoverflow.com/a/64178519/14176726 |
I get this error when opening vim documets:
E185: Cannot find color scheme 'wal'
and the color scheme doesn't change. Is there a way to set "wal" manually?
The text was updated successfully, but these errors were encountered: