From 34233baa0e3223bd60bf3df25c8c6f0eeadb95ce Mon Sep 17 00:00:00 2001 From: Razvan Grecu Date: Thu, 16 Jan 2025 19:25:25 +0200 Subject: [PATCH] Create neotree.lua --- lua/custom/plugins/neotree.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/custom/plugins/neotree.lua diff --git a/lua/custom/plugins/neotree.lua b/lua/custom/plugins/neotree.lua new file mode 100644 index 00000000..25bd2a41 --- /dev/null +++ b/lua/custom/plugins/neotree.lua @@ -0,0 +1,10 @@ +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 + } +}