How do I install latest neovim version on Ubuntu?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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