Readme things

This commit is contained in:
pika 2024-08-19 00:22:13 +02:00
parent 106ff63106
commit e767fcdfa3
2 changed files with 3 additions and 3 deletions

View file

@ -11,8 +11,8 @@ For installation, just git clone this repo to your $HOME/.config/ folder.
git clone --depth=1 https://git.k4li.de/dotfiles/nvim.git $HOME/.config/nvim/ git clone --depth=1 https://git.k4li.de/dotfiles/nvim.git $HOME/.config/nvim/
``` ```
> [!CAUTION] > [!CAUTION]
> You're neovim version has to be >=0.9.0 > You're neovim version has to be >=0.9.0 </br>
> If you're not sure what version you have, type `nvim --version` > If you're not sure what version you have, type `nvim --version` </br>
> To install neovim 0.9.0 or higher, you can run the following. > To install neovim 0.9.0 or higher, you can run the following.
```bash ```bash
bash -c "$(curl -sSL https://git.k4li.de/pika/scripts/raw/branch/main/bash/installs/neovim.sh)" bash -c "$(curl -sSL https://git.k4li.de/pika/scripts/raw/branch/main/bash/installs/neovim.sh)"

View file

@ -11,4 +11,4 @@ local function apply_colorscheme(name)
vim.cmd.colorscheme(name) vim.cmd.colorscheme(name)
end end
apply_colorscheme("nordic") apply_colorscheme("rose-pine")