Skip to content

Commit 2b269f3

Browse files
authored
Update init.lua
1 parent 6068b88 commit 2b269f3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

lua/custom/plugins/init.lua

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,15 @@
22
-- I promise not to create any merge conflicts in this directory :)
33
--
44
-- See the kickstart.nvim README for more information
5-
return {}
5+
return {
6+
{
7+
"nvim-neo-tree/neo-tree.nvim",
8+
branch = "v3.x",
9+
dependencies = {
10+
"nvim-lua/plenary.nvim",
11+
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
12+
"MunifTanjim/nui.nvim",
13+
-- "3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)