From 86c168893219c02777dbe35de1df2631778c0bdd Mon Sep 17 00:00:00 2001 From: nvrl Date: Sun, 22 Mar 2026 13:00:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dc525e..c5df3b2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A modular Neovim configuration using `mini.deps`. 1. Clone this repository to `~/.config/nvim`: ```bash - git clone ~/.config/nvim + git clone https://git.narl.io/nvrl/neovim-config ~/.config/nvim ``` 2. Open Neovim. `mini.deps` will handle plugin installation automatically. 3. Run `:DepsInstall` if needed.