mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
fd600be2e5
commit
9f0a02fb0f
|
@ -38,6 +38,7 @@ FEATURES *lazy.nvim-features*
|
||||||
- No need to manually compile plugins
|
- No need to manually compile plugins
|
||||||
- Correct sequencing of dependencies
|
- Correct sequencing of dependencies
|
||||||
- Configurable in multiple files
|
- Configurable in multiple files
|
||||||
|
- Generates helptags of the headings in `README.md` files for plugins that don’t have vimdocs
|
||||||
- Dev options and patterns for using local plugins
|
- Dev options and patterns for using local plugins
|
||||||
- Profiling tools to optimize performance
|
- Profiling tools to optimize performance
|
||||||
- Lockfile `lazy-lock.json` to keep track of installed plugins
|
- Lockfile `lazy-lock.json` to keep track of installed plugins
|
||||||
|
|
Loading…
Reference in New Issue