which-key integrated
This commit is contained in:
parent
85c1157b9f
commit
370b79af2a
1 changed files with 13 additions and 0 deletions
13
lua/znvim/plugins/editor.lua
Normal file
13
lua/znvim/plugins/editor.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
|
||||
{ -- displays a popup with possible key bindings
|
||||
"https://github.com/folke/which-key.nvim",
|
||||
dependencies = {
|
||||
"https://github.com/kyazdani42/nvim-web-devicons",
|
||||
},
|
||||
opts = {
|
||||
preset = "helix",
|
||||
},
|
||||
},
|
||||
|
||||
}
|
Loading…
Reference in a new issue