Add Neo-tree back

This commit is contained in:
Arkaprabha Chakraborty
2024-04-11 21:02:00 +05:30
parent 91b28340cb
commit 66be18796e

View File

@@ -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 },
{