From 833b3872136c658252200e71187008948c475e6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Dec 2022 20:28:48 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 792381b..8a812c2 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -33,10 +33,10 @@ FEATURES *lazy.nvim-features* - Manage all your Neovim plugins with a powerful UI -- Fast startup times thanks to automatic caching and bytecode compilation of lua modules. +- Fast startup times thanks to automatic caching and bytecode compilation of lua modules - Partial clones instead of shallow clones -- Automatic lazy-loading of lua modules and lazy-loading on events, commands, filetypes, and key mappings. -- Automatically install missing plugins before starting up Neovim, allowing you to start using it right away. +- Automatic lazy-loading of lua modules and lazy-loading on events, commands, filetypes, and key mappings +- Automatically install missing plugins before starting up Neovim, allowing you to start using it right away - Async execution for improved performance - No need to manually compile plugins - Correct sequencing of dependencies