neovim/lua/plugins/legendary.lua
2023-03-27 23:12:54 +08:00

10 lines
228 B
Lua

-- 快捷键提示
require("which-key").setup({})
-- 自定义快捷键
require("legendary").setup({
which_key = { auto_register = true },
extensions = {
-- load keymaps and commands from nvim-tree.lua
},
})