Files
dotfiles/nvim/lua/plugins/whichkey.lua
2026-06-18 11:36:12 +08:00

17 lines
472 B
Lua

-- ============================================================================
-- 键位提示 (which-key)
-- ============================================================================
return {
{
"folke/which-key.nvim",
enabled = false,
event = "VeryLazy",
opts = {
delay = 300,
icons = { breadcrumb = ">", separator = "->", group = "+" },
spec = { { "z", hidden = true } },
},
},
}