This commit is contained in:
Ching Pei Yang 2025-04-29 18:31:01 +12:00 committed by GitHub
commit 31eff3926b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 80 additions and 4 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;