diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index f0599b9..9f8d335 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -718,13 +718,13 @@ Example: - 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 my personal dots: +For a real-life example, you can check LazyVim +, a starter template for lazy Neovim users. -- init.lua where I require `config.lazy` -- config.lazy where I bootstrap and setup **lazy.nvim** -- config.plugins is my main plugin config module -- Any submodule of config.plugins (submodules) will be automatically loaded as well. +- init.lua where `lazyvim.config.lazy` is required +- lazyvim.config.lazy where we setup **lazy.nvim** +- lazyvim.plugins contains all the plugin specs that will be loaded MIGRATION GUIDE *lazy.nvim-migration-guide*