diff options
Diffstat (limited to 'dot_config/nvim.new/lua/ibrahim/plugins/which-key.lua')
| -rw-r--r-- | dot_config/nvim.new/lua/ibrahim/plugins/which-key.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/nvim.new/lua/ibrahim/plugins/which-key.lua b/dot_config/nvim.new/lua/ibrahim/plugins/which-key.lua new file mode 100644 index 0000000..7410159 --- /dev/null +++ b/dot_config/nvim.new/lua/ibrahim/plugins/which-key.lua @@ -0,0 +1,4 @@ +return { + "folke/which-key.nvim", + event = "VeryLazy", +} |
