Procedure

Install Neovim on Linux

Install Neovim on Linux via distro packages, snap, or the official AppImage, then verify with nvim --version.

  1. 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.

  2. nvim --version

    nvim --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11XYTW07QQJBNTJTXWJKB5E

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.