mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-28 05:54:13 +02:00
plugins/yaml-schema-detect: init
This commit is contained in:
parent
ed0ae6600f
commit
98307977fe
2 changed files with 45 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.yaml-schema-detect.enable = true;
|
||||
};
|
||||
|
||||
default = {
|
||||
plugins.yaml-schema-detect = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
disable_keymaps = false;
|
||||
keymaps = {
|
||||
refresh = "<leader>xr";
|
||||
cleanup = "<leader>xyc";
|
||||
info = "<leader>xyi";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue