mirror of
https://github.com/neovim/neovim.git
synced 2026-03-07 08:41:49 +10: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.