diff --git a/lua/znvim/plugins/editor.lua b/lua/znvim/plugins/editor.lua new file mode 100644 index 0000000..19b1f3e --- /dev/null +++ b/lua/znvim/plugins/editor.lua @@ -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", + }, + }, + +}