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

Overriding plugins #1201

Open
prevostcorentin opened this issue Jan 22, 2023 · 0 comments
Open

Overriding plugins #1201

prevostcorentin opened this issue Jan 22, 2023 · 0 comments

Comments

@prevostcorentin
Copy link

Describe the feature

As I am contributing to neovim plugins, writing my own ones, and using my configuration on multiple hosts I would like to have an unchanged configuration across hosts.

I thought about adding a new feature that overrides plugins.

Using a plugins specification as this below:

  ["test/nvim"] = {
    [...]
  },
  ["override/test/nvim"] = {
    override = true
  }

The installed plugin will be override/test/nvim instead of test/nvim.

I implemented this in PR #1200

Can this be merged ?

Best regards.

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

No branches or pull requests

1 participant