Nvim: small tweaks and organizing config
This commit is contained in:
parent
fc50b07d4e
commit
9c2f5dee4c
4 changed files with 18 additions and 12 deletions
|
@ -5,8 +5,7 @@ return {
|
|||
local gitsigns = require("gitsigns")
|
||||
gitsigns.setup()
|
||||
|
||||
local wk = require("which-key")
|
||||
wk.register({
|
||||
require("which-key").register({
|
||||
["["] = { h = { gitsigns.prev_hunk, "Previous hunk" } },
|
||||
["]"] = { h = { gitsigns.next_hunk, "Next hunk" } },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue