How do I install latest neovim version on Ubuntu?

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/neovim

Our great sponsors
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • neovim

    Vim-fork focused on extensibility and usability

    ```#!/bin/bash# OUTPUT-COLORINGred='\e[0;31m'green='\e[0;32m'# Introduction to the setup scriptecho -e "Setup neovim...\n"cd ~sudo rm -r neovimgit clone https://github.com/neovim/neovimcd neovimsudo make CMAKE_BUILD_TYPE=Release installcd ~sudo rm -r neovimgit clone https://github.com/username/your-nvim config.git ~/.config/nvim```

  • bob

    A version manager for neovim (by MordechaiHadad)

    You can use bob to install as much nvim versions as you need and conviniently switch between them.

  • ONLYOFFICE

    ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises

  • your-nvim

    ```#!/bin/bash# OUTPUT-COLORINGred='\e[0;31m'green='\e[0;32m'# Introduction to the setup scriptecho -e "Setup neovim...\n"cd ~sudo rm -r neovimgit clone https://github.com/neovim/neovimcd neovimsudo make CMAKE_BUILD_TYPE=Release installcd ~sudo rm -r neovimgit clone https://github.com/username/your-nvim config.git ~/.config/nvim```

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts