update: modules/cli/nixvim.nix

This commit is contained in:
2026-04-02 20:14:30 +02:00
parent 17ee7e057d
commit 34566f9e5a

View File

@@ -102,27 +102,27 @@
}
{
key = "j";
action= "jzz";
action = "jzz";
}
{
key = "k";
action= "kzz";
action = "kzz";
}
{
key = "[[";
action= "[[zz";
action = "[[zz";
}
{
key = "]]";
action= "]]zz";
action = "]]zz";
}
{
key = "{{";
action= "{{zz";
action = "{{zz";
}
{
key = "}}";
action= "}}zz";
action = "}}zz";
}
];
@@ -194,6 +194,7 @@
# dev
clangd.enable = true;
pyright.enable = true;
ruff.enable = true;
rust_analyzer = {
enable = true;
installCargo = true;