This commit is contained in:
asep komarudin 2023-02-19 22:08:19 +07:00
parent 26849faa31
commit f1e6da6ebc
2 changed files with 3 additions and 3 deletions

View file

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