Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

sphinx-contrib/vimbuilder

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimbuilder

Sphinx extension to create Vim help files.

Converting API documentation of programming languages to Vim help format just got easier.

Install

pip3 install vimbuilder

Usage

Add the extension to your conf.py file:

extensions = [
    ...,
    "vimbuilder",
    ...,
]

Build Vim help files with sphinx-build command

sphinx-build -M vimhelp ./docs ./build

Configurations

You can add the following configurations to your conf.py file:

Option Default Description
vimhelp_tag_prefix '' String to prefix all tags. Useful for separating namespaces in case of multiple sources of documentation.
vimhelp_tag_suffix '' String to suffix all tags. See above.
vimhelp_tag_filename True Whether to suffix filename to all tags in the file. Clarifies topic of help tag.
vimhelp_tag_topic False Same as above except without file extension.
vimhelp_filename_extension 'txt' Generated filenames will have this extension.
vimhelp_filename_suffix '' First tag in a help file is the filename itself. This option adds a suffix to just that tag.

Projects using Vimbuilder

About

Sphinx extension to add Vim help file generation support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.