diff --git a/lua/nat/lazy/neotree.lua b/lua/nat/lazy/neotree.lua new file mode 100644 index 0000000..8dfabc7 --- /dev/null +++ b/lua/nat/lazy/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 + } +}