lib/types

This commit is contained in:
BarryLabs 2025-06-12 22:19:58 -04:00
commit 37c1b51947

View file

@ -21,7 +21,7 @@
pluginType = nullOr (
either
package
(enum (pluginInputNames ++ ["nvim-treesitter" "flutter-tools-patched" "vim-repeat"]))
(enum (pluginInputNames ++ ["tree-sitter-grammars" "flutter-tools-patched" "vim-repeat"]))
);
pluginsType = listOf pluginType;