-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Problem using Plugin Search #906
Comments
I confirm this behavior on my machine. Although I've used vundle for a very long time, I've don't use PluginSearch and never noticed. The root of this problem is that PluginSearch queries http://vim-scripts.org, and this site no longer exists. This is because most vim plugin development and distribution occurs via github/gitlab now. I recommend searching for plugins directly, or searching for plugins on github. This functionality should be considered dead now. |
Thanks for the reply, which means all I have to do now is to find the plugin. Put "Plugin plugin_name" into my vimrc and do "PluginInstall"? I haven't used Vundle before , any help would be appreciated |
Yes, that's right. For instance, if you looked on google for a vim git plugin and you found that people use Tim Pope's fugitive, at https://github.com/tpope/vim-fugitive, then you could add this plugin to your setup by adding the line
between the lines containing
Good luck! So that you know, vundle is a very simple plugin manager (which is why I like it). There are other plugin managers that are more featured (if that's something you think you need). vim-plug is both more featureful and has a more active community of developers right now than vundle. (But I like and use vundle --- its simplicity is all I'm looking for). |
You can search plugins on https://vimawesome.com and install them manually with PluginInstall |
I'm new to Vundle. I installed it according to the guide. Ran "PluginInstall" and "Plugin Update" without issues, when I use "Plugin Search" a bunch of errors pop up and I couldnt see any results.
I've tried reinstalling vundle, removing vundle from the vim directory and also tried this solution(#599) reinstalling a json file with wget and curl.
I still cannot access the Vundle Search. Would be great if anyone could solve this. .vimrc and the error message is in the photo.
The text was updated successfully, but these errors were encountered: