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

@ -18,7 +18,7 @@
pluginType = nullOr (
either
package
(enum (pluginInputNames ++ ["nvim-treesitter" "flutter-tools-patched" "vim-repeat"]))
(enum (pluginInputNames ++ ["nvim-treesitter" "flutter-tools-patched" "vim-repeat" "nvf-queries"]))
);
pluginsType = listOf pluginType;