Skip to content

Commit 48a596e

Browse files
chore(build): auto-generate vimdoc
1 parent dfe8a65 commit 48a596e

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

doc/lazy.nvim.txt

+8-13
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Table of Contents *lazy.nvim-table-of-contents*
1515
- 🪲 Debug |lazy.nvim-🪲-debug|
1616
- Startup Sequence |lazy.nvim-startup-sequence|
1717
- Structuring Your Plugins |lazy.nvim-structuring-your-plugins|
18-
- Performance |lazy.nvim-performance|
1918
- Migration Guide |lazy.nvim-migration-guide|
2019
- Uninstalling |lazy.nvim-uninstalling|
2120
- Other Neovim Plugin Managers in Lua|lazy.nvim-other-neovim-plugin-managers-in-lua|
@@ -182,17 +181,6 @@ of plugins that support Semver.
182181

183182
EXAMPLES ~
184183

185-
My personal dots:
186-
187-
188-
- init.lua <https://github.com/folke/dot/blob/master/config/nvim/init.lua> where I require `config.lazy`
189-
- config.lazy <https://github.com/folke/dot/blob/master/config/nvim/lua/config/lazy.lua> where I bootstrap and setup **lazy.nvim**
190-
- config.plugins <https://github.com/folke/dot/blob/master/config/nvim/lua/config/plugins.lua> is my main plugin config module
191-
- Any submodule of config.plugins (submodules) <https://github.com/folke/dot/tree/master/config/nvim/lua/config/plugins> will be automatically loaded as well.
192-
193-
194-
Other examples:
195-
196184
>lua
197185
return {
198186
-- the colorscheme should be available when starting Neovim
@@ -516,7 +504,14 @@ Example:
516504
- any lua file in `~/.config/nvim/lua/plugins/.lua` will be automatically merged in the main plugin spec
517505

518506

519-
PERFORMANCE *lazy.nvim-performance*
507+
For a real-life example, you can check my personal dots:
508+
509+
510+
- init.lua <https://github.com/folke/dot/blob/master/config/nvim/init.lua> where I require `config.lazy`
511+
- config.lazy <https://github.com/folke/dot/blob/master/config/nvim/lua/config/lazy.lua> where I bootstrap and setup **lazy.nvim**
512+
- config.plugins <https://github.com/folke/dot/blob/master/config/nvim/lua/config/plugins.lua> is my main plugin config module
513+
- Any submodule of config.plugins (submodules) <https://github.com/folke/dot/tree/master/config/nvim/lua/config/plugins> will be automatically loaded as well.
514+
520515

521516
MIGRATION GUIDE *lazy.nvim-migration-guide*
522517

0 commit comments

Comments
 (0)