neovim-unity
Neovim-unity is a guide and ready-to-use configuration for setting up Neovim as a full IDE for Unity game development on Linux and Windows, including WSL2. It covers integrating Neovim with Unity so that files open or autofocus on clicks from the Unity editor, configuring the Roslyn language server for C code intelligence, setting up the Unity debug adapter for debugging, and adding official Unity analyzers. The setup avoids proprietary tools and uses only third-party utilities under permissive MIT licenses. It supports Unity 2019.4 LTS and later, with tested compatibility on Ubuntu 24.04 and Windows 10. Users should have basic familiarity with Neovim, Lua, and IDE concepts such as LSP and DAP.