docs: updated LazyVim links

This commit is contained in:
Folke Lemaitre 2023-01-07 12:08:31 +01:00
parent c313249271
commit ae12dd9686
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 2 additions and 4 deletions

View File

@ -656,12 +656,10 @@ return {
- any lua file in `~/.config/nvim/lua/plugins/*.lua` will be automatically merged in the main plugin spec - any lua file in `~/.config/nvim/lua/plugins/*.lua` will be automatically merged in the main plugin spec
For a real-life example, you can check [LazyVim](https://github.com/folke/LazyVim), For a real-life example, you can check [LazyVim](https://github.com/LazyVim/LazyVim),
a starter template for lazy Neovim users. a starter template for lazy Neovim users.
- [init.lua](https://github.com/folke/LazyVim/blob/main/init.lua) where `lazyvim.config.lazy` is required - [lazyvim.plugins](https://github.com/LazyVim/LazyVim/tree/main/lua/lazyvim/plugins) contains all the plugin specs that will be loaded
- [lazyvim.config.lazy](https://github.com/folke/LazyVim/blob/main/lua/lazyvim/config/lazy.lua) where we setup **lazy.nvim**
- [lazyvim.plugins](https://github.com/folke/LazyVim/tree/main/lua/lazyvim/plugins) contains all the plugin specs that will be loaded
## 📦 Migration Guide ## 📦 Migration Guide