mirror of
https://github.com/neovim/neovim.git
synced 2026-09-13 09:31:04 +00:00
Enable checks for unused code, deprecated calls, return types, and annotations. Fix the warnings and replace the deprecated highlight function. Keep exceptions where old APIs are still needed or the checker gets it wrong. AI-assisted