diff --git a/lua/plugins.lua b/lua/plugins.lua index 8936b36..19d32ab 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -20,6 +20,16 @@ local plugins = { -- refer to the configuration section below } }, + { + "nvim-neo-tree/neo-tree.nvim", + branch = "v3.x", + dependencies = { + "nvim-lua/plenary.nvim", + "nvim-tree/nvim-web-devicons", -- not strictly required, but recommended + "MunifTanjim/nui.nvim", + "3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information + } + }, { "stevearc/dressing.nvim", event = "VeryLazy" }, { "ellisonleao/gruvbox.nvim", priority = 1000, config = true }, {