diff --git a/README.md b/README.md index 0e5bd13..8eae7c7 100644 --- a/README.md +++ b/README.md @@ -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/ ``` > [!CAUTION] -> You're neovim version has to be >=0.9.0 -> If you're not sure what version you have, type `nvim --version` +> 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. ```bash bash -c "$(curl -sSL https://git.k4li.de/pika/scripts/raw/branch/main/bash/installs/neovim.sh)" diff --git a/init.lua b/init.lua index 8705d42..6df843e 100644 --- a/init.lua +++ b/init.lua @@ -11,4 +11,4 @@ local function apply_colorscheme(name) vim.cmd.colorscheme(name) end -apply_colorscheme("nordic") +apply_colorscheme("rose-pine")