diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index 8ea1a4b..ec566e0 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -29,7 +29,7 @@ return { -- for tree exploler { "kyazdani42/nvim-tree.lua", - event = "InsertEnter", + event = "BufRead", cmd = { "NvimTree", "NvimTreeToggle", "NvimTreeFocus", "NvimTreeClose" }, -- dependencies = "kyazdani42/nvim-web-devicons", config = function()