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*