Readme things
This commit is contained in:
parent
106ff63106
commit
e767fcdfa3
2 changed files with 3 additions and 3 deletions
|
@ -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)"
|
||||||
|
|
2
init.lua
2
init.lua
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue