Nvim: fix some keybinds, organize code

This commit is contained in:
Marko Korhonen 2023-11-18 21:41:50 +02:00
parent 8b3cf79112
commit 168742d109
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
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,
}