This commit is contained in:
asep komarudin 2023-02-19 20:15:59 +07:00
parent df0b023c73
commit 26849faa31

View file

@ -112,9 +112,9 @@ return {
-- for tree exploler
{
"kyazdani42/nvim-tree.lua",
-- event = "BufRead",
event = "BufWinEnter",
cmd = { "NvimTree", "NvimTreeToggle", "NvimTreeFocus", "NvimTreeClose" },
-- dependencies = "kyazdani42/nvim-web-devicons",
dependencies = "kyazdani42/nvim-web-devicons",
config = function()
require("user.nvim-tree")
end,