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

Cannot use in Nix environment #184

Open
JeanMertz opened this issue Aug 29, 2024 · 2 comments
Open

Cannot use in Nix environment #184

JeanMertz opened this issue Aug 29, 2024 · 2 comments

Comments

@JeanMertz
Copy link

Due to the semver submodule, I was unable to include this plugin in my Nixified Neovim setup. This is because Nix doesn't checkout submodules in a Git repository (and the ?submodules=1 argument doesn't work if flake = false is set for a given input).

I had to fork and inline the semver.lua file to make it work as expected.

I know this is a niche case, but wanted to bring this up, in case in-lining that file is something you are open to.

@aarondill
Copy link
Contributor

Is there a way to make the repo include submodules on nix?

@amirbilu
Copy link
Contributor

amirbilu commented Sep 1, 2024

What other plugins do? inline?

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

3 participants