mirror of
https://github.com/neovim/neovim.git
synced 2026-04-01 13:22:08 +00:00
Problem: Transpiled Lua code from vim9script is not amenable to static analysis, requiring manual cleanup or ignoring parts of our codebase. Solution: Revert to pre-rewrite version of (low-impact) legacy plugins and remove the vim9jit shim.