1
0
Fork 0

which-key integrated

This commit is contained in:
zymon 2024-08-26 15:58:09 +02:00
parent 85c1157b9f
commit 370b79af2a

View 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",
},
},
}