init
This commit is contained in:
13
nvim/lua/plugins/extras/ui/which-key-extended.lua
Normal file
13
nvim/lua/plugins/extras/ui/which-key-extended.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
"folke/which-key.nvim",
|
||||
opts = {
|
||||
-- preset = "classic",
|
||||
icons = {
|
||||
group = "",
|
||||
},
|
||||
spec = {
|
||||
{ "<leader>ci", group = "info", icon = " " },
|
||||
{ "<leader>l", group = "lazy", icon = " " },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user