junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
34.22k stars 1.93k forks source link

[Fixed] Error 185 Can not Find color scheme when I use vimplug for install colorschemeS and set it in vimrc #1291

Open jazei-AR opened 4 months ago

jazei-AR commented 4 months ago

I am using vim 8.2 without GUI in Linux Lubuntu 22.04 I did Plug Upgrade too by the way but nothing the same like before upgrade. Issue: When I use vimplug for install color-schemes and I set that colo in vimrc I get the Error 185 vim can not find that colo when vim is loading, at start up of vim. When I use another colo in vimrc and in vim I use :colo D that colo is in list and load well.

The isuue is when the colorscheme is set in vimrc = E185 at vim-loading.

junegunn commented 4 months ago

Please post your vimrc.

Make sure to load your color scheme after call plug#end(). See https://junegunn.github.io/vim-plug/faq/#where-should-i-put-plugin-configuration.

jazei-AR commented 3 months ago

Fixed! thank you so much!!! ahhhh your help is useful HELP. I realize that my colois before your vimplug lines. I will do the changes and tell you how it was. I use now simple colorschemes but I have 1 with folders and I will use it (named onehalf colorscheme) to try your help. cross my fingers! and of course Thank you very much edit: I tried and work, I think this issue is fixed but I need time to find again that colorscheme with folders in it and try too. I did it with 3 colorschemes more and work fine. FIXED!