Compare commits
2 Commits
147beaf90d
...
94cf5856a2
Author | SHA1 | Date | |
---|---|---|---|
94cf5856a2 | |||
4f459cf52e |
10
lua/nat/lazy/neotree.lua
Normal file
10
lua/nat/lazy/neotree.lua
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user