adding new features and stuff
This commit is contained in:
parent
ea4335f5af
commit
7781b2c9ee
3 changed files with 60 additions and 4 deletions
13
lua/custom/plugins/filetree.lua
Normal file
13
lua/custom/plugins/filetree.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
-- File: lua/custom/plugins/filetree.lua
|
||||
return {
|
||||
'nvim-neo-tree/neo-tree.nvim',
|
||||
version = '*',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
|
||||
'MunifTanjim/nui.nvim',
|
||||
},
|
||||
config = function()
|
||||
require('neo-tree').setup {}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue