You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ifflake = 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.
The text was updated successfully, but these errors were encountered: