nvim: which-key
This commit is contained in:
12
.config/nvim/lua/plugins/which-key.lua
Normal file
12
.config/nvim/lua/plugins/which-key.lua
Normal 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>" })
|
||||
Reference in New Issue
Block a user