diff options
| author | Bastien Traverse <neitsab@esrevart.net> | 2024-09-24 17:06:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-24 11:06:14 -0400 |
| commit | b106e010e6fc10ca33b7faf509ba239e5ef0112f (patch) | |
| tree | 4b0ca80a72fb433456328dafd179f8771a209106 /nvim/README.md | |
| parent | 6a1587729eaa2c462438b4421f12d502dd5b6016 (diff) | |
| download | dots-b106e010e6fc10ca33b7faf509ba239e5ef0112f.tar.gz | |
fix: update lazy uninstall information link (#1148)
Diffstat (limited to 'nvim/README.md')
| -rw-r--r-- | nvim/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md index e14cbe2..800ca99 100644 --- a/nvim/README.md +++ b/nvim/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. |