overlays: add none-ls-shellcheck-nvim

This commit is contained in:
Bruno BELANYI 2024-03-11 11:52:42 +00:00
parent e59c277cdd
commit bc64e43590
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,4 @@
self: prev:
{
vimPlugins = prev.vimPlugins.extend (self.callPackage ./generated.nix { });
}