chadtree icon indicating copy to clipboard operation
chadtree copied to clipboard

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

Open roastpiece opened this issue 8 months ago • 1 comments

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 avatar Jun 13 '24 07:06 roastpiece