Generate vim helptags #68

Closed
opened 2026-04-29 19:27:34 +02:00 by yestax · 1 comment
Owner

with coc.nvim package it's impossible to find the help for instance :h coc-configuration since helptags are not generated (see :h helptags)
:helptags ALL can't be executed since the plugin is in the system-wide path (/usr/share)
Executing the generation at post install time result in apt/dnf not owning the files generated and thus letting artifacts.

A solution would be to generate helptags at buildtime and then own the generated files:

$ vim -u NONE -c "helptags /path/to/your/plugin/doc" -c q
-u NONE to skip vimrc loading

Set vim as a build dependancy

the produced file should be named 'tag'

with coc.nvim package it's impossible to find the help for instance :h coc-configuration since helptags are not generated (see :h helptags) :helptags ALL can't be executed since the plugin is in the system-wide path (/usr/share) Executing the generation at post install time result in apt/dnf not owning the files generated and thus letting artifacts. A solution would be to generate helptags at buildtime and then own the generated files: $ vim -u NONE -c "helptags /path/to/your/plugin/doc" -c q -u NONE to skip vimrc loading Set vim as a build dependancy the produced file should be named 'tag'
yestax added this to the Setup v1.3.X milestone 2026-04-30 18:53:59 +02:00
Author
Owner

Solved by #95

Solved by #95
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
yestax/setup#68
No description provided.