We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6068b88 commit 2b269f3Copy full SHA for 2b269f3
lua/custom/plugins/init.lua
@@ -2,4 +2,15 @@
2
-- I promise not to create any merge conflicts in this directory :)
3
--
4
-- See the kickstart.nvim README for more information
5
-return {}
+return {
6
+ {
7
+ "nvim-neo-tree/neo-tree.nvim",
8
+ branch = "v3.x",
9
+ dependencies = {
10
+ "nvim-lua/plenary.nvim",
11
+ "nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
12
+ "MunifTanjim/nui.nvim",
13
+ -- "3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
14
+ }
15
+}
16
0 commit comments