add: update config

This commit is contained in:
asep.komarudin 2024-04-24 08:46:30 +07:00
parent 6153dea7ff
commit 9005047956
7 changed files with 304 additions and 5 deletions

View file

@ -35,7 +35,7 @@ return {
"kyazdani42/nvim-tree.lua",
lazy = true,
-- event = "BufRead",
cmd = { "NvimTree", "NvimTreeToggle", "NvimTreeFocus", "NvimTreeClose" },
cmd = { "NvimTree", "NvimTreeOpen", "NvimTreeToggle", "NvimTreeFocus", "NvimTreeClose" },
-- dependencies = "kyazdani42/nvim-web-devicons",
config = function()
local data_exists, treeconfig = pcall(require, "core.config")