Compare commits

...

2 Commits

Author SHA1 Message Date
n
94cf5856a2 Merge branch 'main' of https://git.wnd.sh/dotfiles/nvim into main 2024-08-22 15:41:14 +01:00
n
4f459cf52e added neotree 2024-08-22 15:38:37 +01:00

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