update nvim
This commit is contained in:
13
plugins/which-key.lua
Normal file
13
plugins/which-key.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
"folke/which-key.nvim",
|
||||
config = function(plugin, opts)
|
||||
plugin.default_config(opts)
|
||||
local wk = require "which-key"
|
||||
wk.register({
|
||||
b = { name = "Buffer" },
|
||||
}, {
|
||||
mode = "n",
|
||||
prefix = "<leader>",
|
||||
})
|
||||
end,
|
||||
}
|
Reference in New Issue
Block a user