docs(formatting): Add missing spaces to correctly render tags

This commit is contained in:
Johannes Wolfgruber 2024-09-09 13:20:12 +02:00
commit 55d8ea0b6a

View file

@ -26,7 +26,7 @@ Table of Contents *lazy.nvim-table-of-contents*
- Rockspec |lazy.nvim-📦-packages-rockspec| - Rockspec |lazy.nvim-📦-packages-rockspec|
- Packspec |lazy.nvim-📦-packages-packspec| - Packspec |lazy.nvim-📦-packages-packspec|
6. ⚙️ Configuration |lazy.nvim-⚙️-configuration| 6. ⚙️ Configuration |lazy.nvim-⚙️-configuration|
- 🌈 Highlight Groups|lazy.nvim-⚙️-configuration-🌈-highlight-groups| - 🌈 Highlight Groups |lazy.nvim-⚙️-configuration-🌈-highlight-groups|
7. 🚀 Usage |lazy.nvim-🚀-usage| 7. 🚀 Usage |lazy.nvim-🚀-usage|
- ▶️ Startup Sequence |lazy.nvim-🚀-usage-▶️-startup-sequence| - ▶️ Startup Sequence |lazy.nvim-🚀-usage-▶️-startup-sequence|
- 🚀 Commands |lazy.nvim-🚀-usage-🚀-commands| - 🚀 Commands |lazy.nvim-🚀-usage-🚀-commands|
@ -35,7 +35,7 @@ Table of Contents *lazy.nvim-table-of-contents*
- 🔒 Lockfile |lazy.nvim-🚀-usage-🔒-lockfile| - 🔒 Lockfile |lazy.nvim-🚀-usage-🔒-lockfile|
- 📦 Migration Guide |lazy.nvim-🚀-usage-📦-migration-guide| - 📦 Migration Guide |lazy.nvim-🚀-usage-📦-migration-guide|
- ⚡ Profiling & Debug |lazy.nvim-🚀-usage-⚡-profiling-&-debug| - ⚡ Profiling & Debug |lazy.nvim-🚀-usage-⚡-profiling-&-debug|
- 📂 Structuring Your Plugins|lazy.nvim-🚀-usage-📂-structuring-your-plugins| - 📂 Structuring Your Plugins |lazy.nvim-🚀-usage-📂-structuring-your-plugins|
8. 🔥 Developers |lazy.nvim-🔥-developers| 8. 🔥 Developers |lazy.nvim-🔥-developers|
- Best Practices |lazy.nvim-🔥-developers-best-practices| - Best Practices |lazy.nvim-🔥-developers-best-practices|
- Building |lazy.nvim-🔥-developers-building| - Building |lazy.nvim-🔥-developers-building|
@ -1159,7 +1159,7 @@ See an overview of active lazy-loading handlers and whats in the module
cache. cache.
📂 STRUCTURING YOUR PLUGINS*lazy.nvim-🚀-usage-📂-structuring-your-plugins* 📂 STRUCTURING YOUR PLUGINS *lazy.nvim-🚀-usage-📂-structuring-your-plugins*
Some users may want to split their plugin specs in multiple files. Instead of Some users may want to split their plugin specs in multiple files. Instead of
passing a spec table to `setup()`, you can use a Lua module. The specs from the passing a spec table to `setup()`, you can use a Lua module. The specs from the