This commit is contained in:
pika 2025-05-17 11:37:48 +02:00
parent d0348502da
commit 6814b4ec87

View file

@ -27,9 +27,10 @@ This is my current neovim configuration. It uses [lazy.nvim](https://github.com/
For config-installation, just git clone this repo to your $HOME/.config/ folder. For config-installation, just git clone this repo to your $HOME/.config/ folder.
```bash ```bash
git clone --depth=1 https://git.k4li.de/dotfiles/nvim.git $HOME/.config/nvim/ git clone --recursive --depth=1 https://git.k4li.de/dotfiles/nvim.git $HOME/.config/nvim/
``` ```
> The `--recursive` flag is for pulling down the snippets submodule, since this is used in more neovim configs </br>
> Prefetch the config with `nvim --headless +q` and enjoy the config > Prefetch the config with `nvim --headless +q` and enjoy the config
--- ---