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

local plugin path error w/ lazy.nvim #43

Open
chottolabs opened this issue Jan 4, 2025 · 1 comment
Open

local plugin path error w/ lazy.nvim #43

chottolabs opened this issue Jan 4, 2025 · 1 comment

Comments

@chottolabs
Copy link
Owner

chottolabs commented Jan 4, 2025

is it just me or it doesn't resolve properly anymore? or maybe some kind of hard check that prevents it from working?

for now I just put the full path to $HOME and it works as expected again

new error in lazy nvim
@makyinmars
Copy link
Contributor

had the same issue, i solved it by using this:

chottolabs/kznllm.nvim',
dev = true,
dir = os.getenv 'HOME' .. '/Development/OpenSource/kznllm.nvim',

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

2 participants