Nvim: fix some keybinds, organize code

This commit is contained in:
Marko Korhonen 2023-11-18 21:41:50 +02:00
parent b1461d75e0
commit ad580cc29f
5 changed files with 16 additions and 16 deletions

View file

@ -9,7 +9,6 @@ return {
wk.register({
["["] = { h = { gitsigns.prev_hunk, "Previous hunk" } },
["]"] = { h = { gitsigns.next_hunk, "Next hunk" } },
}, { prefix = "<leader>" })
})
end,
}