added neotree

This commit is contained in:
n 2024-08-22 15:38:37 +01:00
parent 71896e05af
commit 4f459cf52e

10
lua/nat/lazy/neotree.lua Normal file
View File

@ -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
}
}