LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.31k stars 1.18k forks source link

Internal error has occured. #319

Closed Qwer-TeX closed 10 months ago

Qwer-TeX commented 10 months ago

I installed Neovim-from-scratch. I then opened neovim and opened the config file.

I see this error pop up.

Selection_001

Pressing enter shows the same error over again.

gnmearacaun commented 10 months ago

You could try running :TSUpdate to install missing language parsers

Qwer-TeX commented 10 months ago

Running :TSUpdate says All parsers are up-to-date!

So I typed :TSInstall lua. Then I don't see that error again.