nix-config/overlays/none-ls-root-bug/default.nix
Bruno BELANYI ace266b02c
Some checks failed
ci/woodpecker/push/check Pipeline failed
overlays: add 'none-ls-root-bug'
Will be removed when the plug-in gets its next bump.
2024-07-26 10:06:02 +00:00

5 lines
94 B
Nix

self: prev:
{
vimPlugins = prev.vimPlugins.extend (self.callPackage ./generated.nix { });
}