From 9f0a02fb0fe090524344f5fa643c2638a7ba7dc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Dec 2022 13:36:25 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 0014000..8bd4ba1 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -38,6 +38,7 @@ FEATURES *lazy.nvim-features* - No need to manually compile plugins - Correct sequencing of dependencies - 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 - Profiling tools to optimize performance - Lockfile `lazy-lock.json` to keep track of installed plugins