Skip to content
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

Doesn't appear to work with Vundle #25

Closed
beckyconning opened this issue Apr 8, 2014 · 7 comments
Closed

Doesn't appear to work with Vundle #25

beckyconning opened this issue Apr 8, 2014 · 7 comments

Comments

@beckyconning
Copy link

Hi, I'm a new vim user so sorry if this is a silly mistake. With Vundle installed I added

Plugin 'https://github.com/elzr/vim-json'

to my .vimrc file, wrote the file, reloaded .vimrc with :source, ran :PluginInstall and opened a json file. But I can't see any of the highlighting, warnings or concealing.

Is this something that you could help me fix? Thanks!

@elzr
Copy link
Owner

elzr commented Apr 12, 2014

Hi @beckyconning. I don't use Vundle myself but it's supposed to be perfectly compatible with Pathogen. I think rather the problem is that you're being overspecific: since the plugin is hosted on github you don't need the full URL. Try the following:

Plugin 'elzr/vim-json'

Hope it works and thanks for trying my plugin!

@ghost
Copy link

ghost commented Apr 12, 2014

I'm using vundle it everything seems to work fine here. I had a issue when I first started using it too where I had set json to equal javascript, and it was stopping the plugin from working. You may have something similar setup?

@elzr
Copy link
Owner

elzr commented Apr 13, 2014

Sorry, no idea then what's wrong. Hope you figure it out and if you do please share your solution here for future users.

@beckyconning
Copy link
Author

@elzr switching to the Plugin 'elzr/vim-json' format fixed the issue : ). thanks!

i have other plugins work with a full github url but this one wanted to work like this. i'll do a pull request for the readme file including these instructions and you can decide if you want to include it.

thanks again!

@elzr
Copy link
Owner

elzr commented Apr 13, 2014

Glad it's working now! :)

@elzr elzr closed this as completed Apr 13, 2014
@demizer
Copy link

demizer commented Jun 3, 2014

It was working great for me, then I updated and something has broken the loading of the plugin. I last went and looked at the installation of Vundle a few years ago and it seems a lot has changed since then.

FWIW, I had to completely wipe my bundle directory and reload the plugins. Now everything works again.

@kurko
Copy link

kurko commented Oct 24, 2014

Yes, I rm -rf ~/.vim/bundle/*, then git cloned Vundle and :PluginInstall and now it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants