rafamadriz / friendly-snippets

Set of preconfigured snippets for different languages.
MIT License
2.05k stars 460 forks source link

Issues with Zig #520

Open alosarjos opened 1 week ago

alosarjos commented 1 week ago

The issue I have reported on LazyVim: https://github.com/LazyVim/LazyVim/issues/4746

Trying to figure out where is the upstream issue, I see the error messages stop showing up when I disable friendly_snippets from garymjr/nvim-snippets so I'm guessing the issue may come from here?

alosarjos commented 1 week ago

I have tried applying the patch provided in this PR and seems to fix it: https://github.com/rafamadriz/friendly-snippets/pull/517

FObersteiner commented 1 week ago

Multiple PRs tried to address this actually, none of them got merged yet. The earliest I found is #504.

edit: turns out the bugfix proposed by #504 is actually not working; so the earliest PR with a working fix seems to be #507.