Skip to content

Commit 2ea0751

Browse files
chore(build): auto-generate vimdoc
1 parent e039ff6 commit 2ea0751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/lazy.nvim.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -723,8 +723,8 @@ For a real-life example, you can check my personal dots:
723723

724724
- init.lua <https://github.com/folke/dot/blob/master/config/nvim/init.lua> where I require `config.lazy`
725725
- config.lazy <https://github.com/folke/dot/blob/master/config/nvim/lua/config/lazy.lua> where I bootstrap and setup **lazy.nvim**
726-
- config.plugins <https://github.com/folke/dot/blob/master/config/nvim/lua/config/plugins/init.lua> is my main plugin config module
727-
- Any submodule of config.plugins (submodules) <https://github.com/folke/dot/tree/master/config/nvim/lua/config/plugins> will be automatically loaded as well.
726+
- config.plugins <https://github.com/folke/dot/blob/master/config/nvim/lua/plugins/init.lua> is my main plugin config module
727+
- Any submodule of config.plugins (submodules) <https://github.com/folke/dot/tree/master/config/nvim/lua/plugins> will be automatically loaded as well.
728728

729729

730730
MIGRATION GUIDE *lazy.nvim-migration-guide*

0 commit comments

Comments
 (0)