Procedure
Install Neovim on Linux
Install Neovim on Linux via distro packages, snap, or the official AppImage, then verify with nvim --version.
Install Neovim per https://neovim.io/doc/install/ . Distro packages: apt
Install Neovim per https://neovim.io/doc/install/ . Distro packages: apt install neovim or dnf install neovim (use elevated privileges as needed). Newer builds: snap install nvim --classic . Or AppImage: curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.appimage && chmod u+x nvim-linux-x86_64.appimage (use nvim-linux-arm64.appimage on ARM), then put it on PATH.
nvim --version
nvim --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.