Alex Efros
Alex Efros
Also, googling this error lead me to https://github.com/nvim-treesitter/nvim-treesitter/issues/3092 which mention `:TSUpdate` command, but trying it result in "E492: Not an editor command: TSUpdate". `:checkhealth` see no issues in general, for...
Looks like adding minimal neovim configuration needed to install "nvim-treesitter/nvim-treesitter" plugin fixes this issue. Is it possible to somehow either install it globally by `emerge` or make basic neovim functionality...
Works for me, thanks!
Also tested. Both ebuilds works with `LUA_SINGLE_TARGET="luajit"` and both fails to build with `LUA_SINGLE_TARGET="lua5-1"`.
TBH I'm not sure is it makes sense to support lua5-1 - it's much slower so chances are everyone wants Neovim with luajit anyway. But it also affects dev-lua/luv, so...
Still builds as root. Breaks cosign: ```console ### After go-release-action: $ ls -al ... -rw-r--r-- 1 runner docker 5509 May 29 18:56 CHANGELOG.md -rw-r--r-- 1 runner docker 1067 May 29...