blob: 1dd044baddc3802e9fceb314c5d9d53a6ecf13ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
return {
{
"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
},
opts = {}
}
}
|