diff --git a/README.md b/README.md index 678580f..6d347b3 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ This is my current neovim configuration. It uses [lazy.nvim](https://github.com/ ## installation > [!CAUTION] -> You're neovim version has to be >=0.9.0
+> You're neovim version has to be >=0.10.0
> If you're not sure what version you have, type `nvim --version`
-> To build neovim from source, 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/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 +> curl -fsSL [https://git.k4li.de/scripts/installs/raw/branch/main/neovim.sh](https://git.k4li.de/scripts/installs/raw/branch/main/neovim.sh) | bash > ``` > [!TIP]