nvim: which-key

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent fcff4a755d
commit 835d3d3028
3 changed files with 92 additions and 64 deletions

View File

@ -0,0 +1,12 @@
local wk = require("which-key")
wk.register({
a = { name = "actions" },
c = { name = "terminal" },
d = { name = "debug" },
f = { name = "files" },
g = { name = "lsp" },
n = { name = "testing" },
r = { name = "refactoring" },
t = { name = "telescope" },
v = { name = "vcs" },
}, { prefix = "<leader>" })