nix-community.nixvim/tests/test-sources/plugins/by-name/yaml-schema-detect/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
237 B
Nix
Raw Normal View History

2025-05-31 12:05:48 +02:00
{
# empty test case is not needed since having it would make the warning throw an error
# this plugin requires which-key
combine-plugins = {
plugins.which-key.enable = true;
plugins.yaml-schema-detect.enable = true;
};
}