This commit is contained in:
asep komarudin 2023-02-18 23:09:56 +07:00
parent 55bdf857fa
commit 6e3f5695b0
2 changed files with 7 additions and 7 deletions

View file

@ -111,7 +111,7 @@ return {
{
"kyazdani42/nvim-tree.lua",
-- event = "BufRead",
cmd = "NvimTreeToggle",
cmd = { "NvimTree", "NvimTreeToggle", "NvimTreeFocus", "NvimTreeClose" },
-- dependencies = "kyazdani42/nvim-web-devicons",
config = function()
require("user.nvim-tree")