mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 16:14:46 +02:00
9 lines
237 B
Nix
9 lines
237 B
Nix
|
{
|
||
|
# 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;
|
||
|
};
|
||
|
}
|