summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBastien Traverse <neitsab@esrevart.net>2024-09-24 17:06:14 +0200
committerGitHub <noreply@github.com>2024-09-24 11:06:14 -0400
commit4120893b8a1f31a0957f2f891f7fbef73ddfb9b1 (patch)
tree1fe76564a7cb8618c8b9ad004c3637767ede0f62 /README.md
parent7201dc480134f41dd1be1f8f9b8f8470aac82a3b (diff)
fix: update lazy uninstall information link (#1148)HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e14cbe2..800ca99 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ examples of adding popularly requested plugins.
`~/.local/share/nvim-kickstart`. You can apply this approach to any Neovim
distribution that you would like to try out.
* What if I want to "uninstall" this configuration:
- * See [lazy.nvim uninstall](https://github.com/folke/lazy.nvim#-uninstalling) information
+ * See [lazy.nvim uninstall](https://lazy.folke.io/usage#-uninstalling) information
* Why is the kickstart `init.lua` a single file? Wouldn't it make sense to split it into multiple files?
* The main purpose of kickstart is to serve as a teaching tool and a reference
configuration that someone can easily use to `git clone` as a basis for their own.