nixvim fixed which-key.

This commit is contained in:
Gabe Venberg 2024-07-31 10:26:59 -05:00
parent 3153a2314d
commit b650a618ad
6 changed files with 59 additions and 60 deletions

View file

@ -9,9 +9,12 @@
plugins.gitsigns = {
enable = true;
};
plugins.which-key.registrations = {
"<leader>g" = "+git";
};
plugins.which-key.settings.spec = [
{
__unkeyed-1 = "<leader>g";
group = "+git";
}
];
keymaps = [
{
action = ":Gitsigns toggle_current_line_blame<CR>";