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

Don't force keybinds to be unique #69

Closed
wants to merge 1 commit into from
Closed

Don't force keybinds to be unique #69

wants to merge 1 commit into from

Conversation

vinnydiehl
Copy link

:PackerSync was throwing E227 (keybind already exists) because of this. This bug would break other plugins until Neovim was restarted. Is there another way around this?

This was breaking `:PackerSync`.
@andrewferrier
Copy link
Owner

@vinnydiehl agreed, I think this was the wrong approach. I want setup() to be idempotent and be re-runnable and making the keybinds unique breaks this. I've removed that parameter, this should work for you now.

@andrewferrier
Copy link
Owner

I didn't merge your pull request by the way, but I did fix it myself in a commit - thanks for working on this and for opening the issue!

@vinnydiehl
Copy link
Author

Thanks for the fast response and fix!

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

Successfully merging this pull request may close these issues.

None yet

2 participants