Ubuntu – Treesitter says "No parser for Lua" after adding lazy.nvim to my config
I reinstalled neovim and followed the suggestions in this video. Lua syntax highlighting worked perfectly fine, until I added the following file lazy.lua file (and a require in my init.lua) local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then…