Bug with quarto-nvim
bassamsdata opened this issue · 5 comments
Hey, thanks for this kickstarter. I really liked the idea.
However, I tried it but it has some problems that I could'nt solve with quarto-nvim which is the main plugin.
When I first open nvim:
then after that it complains about quarto-nvim:
What I did, I just cloned the repo and let lazy to install all the plugins.
Thanks again for this repo.
Oh, this looks like a bug indeed. I will investigate.
I believe this commit should fix the issue. I still had a configuration in the lazy package manager that would look for quarto-nvim in a local projects folder instead of downloading it.
In case this doesn't work, before you clone/pull again you might want to delete the previously downloaded packages and temporary files by neovim in ~/.local/share/nvim
and ~/.local/state/nvim
so that we can be sure to start from the same clean slate.
Thank you for the quick response. It solved the issue without deleting all the files.
If you are open to suggestions, I have some to offer.
Sure, go ahead, feel free to open an issue with suggestions. There will always be plugins I haven't found yet
Or a PR if you have things that are helpful for many others