Skip to content

Ubuntu installation of neovim #1581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
uchechimtn opened this issue Jun 1, 2025 · 2 comments
Open

Ubuntu installation of neovim #1581

uchechimtn opened this issue Jun 1, 2025 · 2 comments

Comments

@uchechimtn
Copy link

uchechimtn commented Jun 1, 2025

In the documentation you have this

sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim

but this will install from unstable packages not maintained by neovim,

which can be done with
sudo apt install neovim

@dam9000
Copy link
Contributor

dam9000 commented Jun 1, 2025

The neovim version included in the stable packages is too old for kickstart, which requires at least 0.10.0
The last three ubuntu releases (24.02, 24.10, 25.04) have all neovim 0.9.5
try running :checkhealth and see if you get any version warnings.

@IronBlood
Copy link

Like dam9000 said. Some Linux distros (such as Arch Linux) use a rolling-release model, and packages are updated frequently, but some distros are not. Maintainers have to find a balance between new features and stability. Neovim hasn't reached 1.0 yet, so a lot of things maybe changed. If you're not comfortable with ppa, you can always download the binaries either .tar.gz or .appimage, or you can build neovim from the source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants