From 8bc64e844a48691987028f3e74512bc2d330bb46 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 May 2025 11:22:33 +0200 Subject: [PATCH] wip --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35a186a..7f908cd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ This is my current neovim configuration. It uses [lazy.nvim](https://github.com/ > [!CAUTION] > You're neovim version has to be >=0.9.0
> If you're not sure what version you have, type `nvim --version`
-> To install neovim 0.9.0 or higher, you can run the following. +> To build neovim from source, you can run the following. +> This script should cover [most linux distros](https://git.k4li.de/scripts/installs/raw/branch/main/distros.sh "This is a neat description?") > > ```bash > curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/neovim.sh | bash