/vim-helptags

Vim Helptags

Primary LanguageVim Script

helptags.vim

Helptags allows you to generate documentation for all the plugins you have installed.

Installation

Pathogen:

  • cd ~/.vim/bundle
  • git clone git://github.com/Traap/vim-helptags.git

vim-plug

  • Add Plug 'Traap/vim-helptags' to your vim-plug.vim file.

Promotion

I have recently started using Junegunn Choi's Minimalist Vim Plugin Manager after using Tim Pope's excellent 'runtime' path manager, Pathogen, since December 2014. I was accustom to using 'Pathogen's' Helptags function to generate documentation for each plugin I had installed; and, since Helptags is not part of 'plug' I decided to extract Helptags from Pathogen and create a standalone plugin.

Traap