ms-jpq / chadtree

File manager for Neovim. Better than NERDTree.
1.62k stars 60 forks source link

CHADtree with xdg=true wants to install CHADdeps on every launch #365

Open roastpiece opened 1 month ago

roastpiece commented 1 month ago

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

image

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
roastpiece commented 1 month ago

With xdg=false it works