Changed Model of Avante

This commit is contained in:
2026-04-08 20:35:06 +02:00
parent 659b0ad0b9
commit 96649eb6da
3 changed files with 9 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: {
_: {
# Which-key: Display available keybindings in popup
# Shows all possible key combinations after pressing leader or other prefix keys
programs.nixvim.plugins.which-key = {
@@ -85,7 +85,10 @@
disable = {
builtin_keys = {
# Hide these default vim keys from which-key
i = [ "<C-R>" "<C-W>" ];
i = [
"<C-R>"
"<C-W>"
];
n = [ "<C-W>" ];
};
};