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.
Due to the
semversubmodule, 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=1argument doesn't work ifflake = falseis set for a given input).I had to fork and inline the
semver.luafile 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.