Refine NixVim

This commit is contained in:
Vili Sinervä 2025-01-02 15:59:37 +02:00
parent f3b14a0357
commit 9dd5af3c2f
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -101,22 +101,18 @@ in
{
key = "<C-h>";
action = "left";
#options.silent = true;
}
{
key = "<C-j>";
action = "down";
#options.silent = true;
}
{
key = "<C-k>";
action = "up";
#options.silent = true;
}
{
key = "<C-l>";
action = "right";
#options.silent = true;
}
];
};
@ -129,6 +125,11 @@ in
web-devicons.enable = true;
which-key = {
enable = true;
settings.delay.__raw = ''
function(ctx)
return ctx.plugin and 0 or 1000
end
'';
};
cmp = {