Skip to content

Converts vim help files to the different formats (markdown, json, yaml)

Notifications You must be signed in to change notification settings

lucerion/vimdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VimDoc

Converts vim help files to the different formats (markdown, json, yaml).

Usage

./bin/vimdoc [OPTIONS] FILE

    -f, --format FORMAT  content format.
                         Possible values: markdown, json, yaml.
                         Default: json
        --help           display a usage message

Template

See full example here.

Header

*vim-plugin.txt*    Plugin description

Table of contents

===============================================================================
CONTENTS                                                   *vim-plugin-content*

Install                                                    |vim-plugin-install|
Commands                                                  |vim-plugin-commands|
Options                                                    |vim-plugin-options|
Changelog                                                |vim-plugin-changelog|
License                                                    |vim-plugin-license|
===============================================================================

Section

===============================================================================
COMMANDS                                                  *vim-plugin-commands*

                                                               *:PluginCommand*

:PluginCommand {params}                  Command description

===============================================================================

About

Converts vim help files to the different formats (markdown, json, yaml)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages