From caf3897841ec870db66e7785c32c93a22a54bacf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Jan 2023 13:29:20 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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*