Skip to content

Commit a06c345

Browse files
committed
Enable neotree
1 parent a8b931a commit a06c345

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lua/custom/plugins/filetree.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
return {
2+
"nvim-neo-tree/neo-tree.nvim",
3+
version = "*",
4+
dependencies = {
5+
"nvim-lua-plenary.nvim",
6+
"nvim-tree/nvim-web-devicons",
7+
"MunifTanjim/nui.nvim"
8+
},
9+
config = function ()
10+
require("neo-tree").setup {}
11+
end,
12+
}

0 commit comments

Comments
 (0)