Configure which-key and add descriptions to key binds
This commit is contained in:
parent
9cb425d20a
commit
63d1208678
5 changed files with 25 additions and 21 deletions
4
nvim/lua/plugins/which-key.lua
Normal file
4
nvim/lua/plugins/which-key.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue