add which-key
This commit is contained in:
10
.config/nvim/lua/plugins/which-key.lua
Normal file
10
.config/nvim/lua/plugins/which-key.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
},
|
||||
keys = {},
|
||||
}
|
||||
Reference in New Issue
Block a user