-
Notifications
You must be signed in to change notification settings - Fork 80
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
css_color#init is not being detected #154
Comments
That’s why it doesn’t work. That’s not how installing plugins works in Vim.
Sure, the one change you made is all it takes to break it. If you put it in If you don’t want to do that, you don’t have to – the way Vim loads plugins gives you a wide variety of ways of how to add the files from this plugin to your setup so that it will work. E.g. the parts in that path called |
I did try putting it in that directory as well. Doing that made it not detect anything at all. I mean vim opened up like nothing was changed. About ~.vim/plugin : I followed the steps from :help plugin. Whatever be the case. I guess I will try again. Thank you for your comment. |
Hmm, curious. What version of Vim are you using? ( What else is in your Vim config?
Yeah, I can see that now. Those instructions are… unfortunate. (They’ll work for (almost all) plugins that come in a single file, but they’re almost certain to be wrong for more complex plugins.) |
My vim version is 8.2.
That did occur to me so I simply removed the contents of ~/.vim/plugin and copied the command from README here but that looked like a further step back. Let me know if you can figure something out because I really would rather use this one as this seems more active. |
I get the following error:
cloned the repo into ~.vim/plugin/color/
made no other changes
I have no plugin manager
The text was updated successfully, but these errors were encountered: