From 6814b4ec874718fe25461473e4694d0a986085fa Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 May 2025 11:37:48 +0200 Subject: [PATCH] wip --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7641d68..c3f2144 100644 --- a/README.md +++ b/README.md @@ -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
> Prefetch the config with `nvim --headless +q` and enjoy the config ---