summaryrefslogtreecommitdiffstats
path: root/lua/plugins/neo-tree.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/neo-tree.lua')
-rw-r--r--lua/plugins/neo-tree.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/lua/plugins/neo-tree.lua b/lua/plugins/neo-tree.lua
new file mode 100644
index 0000000..1dd044b
--- /dev/null
+++ b/lua/plugins/neo-tree.lua
@@ -0,0 +1,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 = {}
+ }
+}