Neovim package is missing treesitter

The neovim 0.10.0 package appears to be missing treesitter so :TSInstall is missing and so cant create/edit the config in init.lua

I think neovim is compiled with lua5.1 (“nvim -V1 -v” display version info)
Did you verify that you have the necessary lua 5.1 libraries? I should add manually the package “lua51-lpeg” to get tree-sitter work again.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.