jdhao / nvim-config

A modern Neovim configuration with full battery for Python, Lua, C++, Markdown, LaTeX, and more...
MIT License
3.48k stars 515 forks source link

treesitter not finding lua parser #278

Open bldur opened 4 months ago

bldur commented 4 months ago

Error while calling lua chunk: /usr/share/nvim/runtime/lua/vim/treesitter/language.lua:107: no parser for 'lua ' language, see :help treesitter-parsers

This seem to be the only informative explanation: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279293

bldur commented 4 months ago

Only have this for Lua, and could be runtimepath internals as neovim 0.10 thing, was hoping you would know.

jdhao commented 2 months ago

I do not have issues on macOS. Maybe it is only issue on your system?