package: add nvf-queries package

This commit is contained in:
Ching Pei Yang 2025-04-03 11:34:58 +02:00
commit 528990a070
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
5 changed files with 50 additions and 2 deletions

View file

@ -0,0 +1,10 @@
{
vimUtils,
version,
}:
vimUtils.buildVimPlugin {
pname = "nvf-queries";
inherit version;
src = ./nvf-queries;
}