flathub / io.neovim.nvim

https://flathub.org/apps/details/io.neovim.nvim
15 stars 15 forks source link

[v0.10] Include missing default parsers #77

Open josecastillolema opened 1 month ago

josecastillolema commented 1 month ago

Since updating to neovim 0.10.0, I started getting errors when some nvim internal expects a treesitter-parser to handle text of a given type. Some plug-ins (e.g. "neovim/nvim-lspconfig") also depend on the internal treesitter-parser support and fail without it. I tested this on a clean user without extra nvim config.

The default parsers that should be included withinn the distribution: markdown, markdown_inline, lua, vimdoc and query

Additional context here: https://bugzilla.redhat.com/show_bug.cgi?id=2283574

CleoMenezesJr commented 1 month ago

Hello, I'm a little busy these days. Would you be kind enough to create a PR? I'll be reading more about the problem and deciding what to do about it. Thanks.