Add customizations
This commit is contained in:
parent
93fde0556e
commit
af39dd4a9f
13 changed files with 151 additions and 28 deletions
11
lua/custom/plugins/neo-tree.lua
Normal file
11
lua/custom/plugins/neo-tree.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
--- File explorer
|
||||
"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…
Add table
Add a link
Reference in a new issue