mirror of
https://github.com/neovim/neovim.git
synced 2026-03-15 21:37:22 +00:00
Problem: `attempt to yield across metamethod/C-call boundary` error when trying to use `vim.pack.add()`. Solution: use `pcall()` variant from 'coxpcall' on non-LuaJIT version of Lua.