Everytime i launch nvim chadtree wants me to insatall chaddeps. when i run :CHADdeps it works until nvim is restarted

i installed chadtree with lazy:
{
"ms-jpq/chadtree",
branch = 'chad',
config = function()
vim.keymap.set('n', '<leader>e', '<cmd>CHADopen<CR>')
local chadtree_settings = {
xdg = true,
view = {
width = 60
},
ignore = {
name_exact = {"node_modules"}
}
}
vim.api.nvim_set_var('chadtree_settings', chadtree_settings)
end
},
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
OS: Arch Linux x86_64
Kernel: 6.9.3-arch1-1
Python 3.12.3
Everytime i launch
nvimchadtree wants me to insatall chaddeps. when i run :CHADdeps it works until nvim is restartedi installed chadtree with lazy:
{ "ms-jpq/chadtree", branch = 'chad', config = function() vim.keymap.set('n', '<leader>e', '<cmd>CHADopen<CR>') local chadtree_settings = { xdg = true, view = { width = 60 }, ignore = { name_exact = {"node_modules"} } } vim.api.nvim_set_var('chadtree_settings', chadtree_settings) end },