chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-01-02 16:21:19 +00:00
parent e039ff6e28
commit 2ea0751a23
1 changed files with 2 additions and 2 deletions

View File

@ -723,8 +723,8 @@ For a real-life example, you can check my personal dots:
- init.lua <https://github.com/folke/dot/blob/master/config/nvim/init.lua> where I require `config.lazy`
- config.lazy <https://github.com/folke/dot/blob/master/config/nvim/lua/config/lazy.lua> where I bootstrap and setup **lazy.nvim**
- config.plugins <https://github.com/folke/dot/blob/master/config/nvim/lua/config/plugins/init.lua> is my main plugin config module
- Any submodule of config.plugins (submodules) <https://github.com/folke/dot/tree/master/config/nvim/lua/config/plugins> will be automatically loaded as well.
- config.plugins <https://github.com/folke/dot/blob/master/config/nvim/lua/plugins/init.lua> is my main plugin config module
- Any submodule of config.plugins (submodules) <https://github.com/folke/dot/tree/master/config/nvim/lua/plugins> will be automatically loaded as well.
MIGRATION GUIDE *lazy.nvim-migration-guide*