Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2022
1 parent ff89319 commit 833b387
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/lazy.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 833b387

Please sign in to comment.