From 2ea0751a23f72e9920e2b1c6077e9d33df8f1bf4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Jan 2023 16:21:19 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 6a32bd3..4dd56d5 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -723,8 +723,8 @@ For a real-life example, you can check my personal dots: - 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. +- config.plugins is my main plugin config module +- Any submodule of config.plugins (submodules) will be automatically loaded as well. MIGRATION GUIDE *lazy.nvim-migration-guide*