1. Linux

1.1. Installation

  • See https://neovim.io/doc/install.

  • Enter the following commands at a Command Line.

    sudo apt-get install neovim
    
    which nvim                      # /usr/bin/nvim
    nvim --version                  # NVIM v0.10.4

2. Windows