wip
This commit is contained in:
parent
d0348502da
commit
6814b4ec87
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
||||
```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
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue