Replace neotree with nvim-tree

This commit is contained in:
juanmagalhaes 2023-08-16 02:03:53 -03:00
parent 39dfc1554a
commit 767ad054bd
8 changed files with 66 additions and 26 deletions

View file

@ -0,0 +1,11 @@
local setup = require "core.setup.async.project-tree"
return {
{
'nvim-tree/nvim-tree.lua',
dependencies = { 'nvim-tree/nvim-web-devicons' },
init = function()
setup()
end
}
}