mirror of
https://github.com/neovim/neovim.git
synced 2026-01-10 13:27:56 +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.