初始化dotfiles
This commit is contained in:
16
nvim/lua/plugins/whichkey.lua
Normal file
16
nvim/lua/plugins/whichkey.lua
Normal file
@ -0,0 +1,16 @@
|
||||
-- ============================================================================
|
||||
-- 键位提示 (which-key)
|
||||
-- ============================================================================
|
||||
|
||||
return {
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
enabled = false,
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
delay = 300,
|
||||
icons = { breadcrumb = ">", separator = "->", group = "+" },
|
||||
spec = { { "z", hidden = true } },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user