update: modules/cli/nixvim.nix

This commit is contained in:
2026-03-15 11:30:46 +01:00
parent 3c30125a0f
commit 556236c0b9

View File

@@ -108,6 +108,22 @@
key = "k";
action= "kzz";
}
{
key = "[[";
action= "[[zz";
}
{
key = "]]";
action= "]]zz";
}
{
key = "{{";
action= "{{zz";
}
{
key = "}}";
action= "}}zz";
}
];
autoGroups = {