mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-20 09:18:37 +02:00
plugins/yaml-schema-detect: init
This commit is contained in:
parent
8b3a69cfea
commit
3e5fc2f93d
2 changed files with 37 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
# 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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue