nvf/flake/legacyPackages/nvf-queries.nix
2025-04-03 11:34:58 +02:00

10 lines
124 B
Nix

{
vimUtils,
version,
}:
vimUtils.buildVimPlugin {
pname = "nvf-queries";
inherit version;
src = ./nvf-queries;
}