Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
roastpiece opened this issue Jun 13, 2024 · 1 comment
Open

Comments

@roastpiece
Copy link

roastpiece commented Jun 13, 2024

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 roastpiece changed the title CHADtree wants to install CHADdeps on every launch CHADtree with xdg=true wants to install CHADdeps on every launch Jun 13, 2024
@roastpiece
Copy link
Author

With xdg=false it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant