Skip to content

Instantly share code, notes, and snippets.

View abalso0's full-sized avatar
🦒
Focusing

Abraham abalso0

🦒
Focusing
View GitHub Profile
@abalso0
abalso0 / readme.md
Created July 12, 2025 06:44 — forked from dreamorosi/readme.md
Install neovim on Amazon Linux 2023

Build & Install neovim

AL2023 doesn't have a distribution for neovim, so you need to build it from source - for more info see here.

Install prerequisites:

sudo yum -y install ninja-build cmake gcc make unzip gettext curl git --allowerasing

Clone repository: