From d4c15d31ddee27f821bbab8be1fb4085145dd2e4 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 May 2025 11:23:48 +0200 Subject: [PATCH] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f908cd..678580f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is my current neovim configuration. It uses [lazy.nvim](https://github.com/ > You're neovim version has to be >=0.9.0
> If you're not sure what version you have, type `nvim --version`
> 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?") +> This script should cover [most linux distros](https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh "This script is used to detect the linux distros for installing the dependencies and building from source") > > ```bash > curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/neovim.sh | bash