GitHub - tpope/vim-scriptease: scriptease.vim: A Vim plugin for Vim plugins (original) (raw)

scriptease.vim

I make so many Vim plugins I had to make a Vim plugin for making Vim plugins.

Features

See the :help for details.

Installation

Install using your favorite package manager, or use Vim's built-in package support:

mkdir -p ~/.vim/pack/tpope/start
cd ~/.vim/pack/tpope/start
git clone https://tpope.io/vim/scriptease.git
vim -u NONE -c "helptags scriptease/doc" -c q

Once help tags have been generated, you can view the manual with:help scriptease.

Contributing

See the contribution guidelines forpathogen.vim.

Self-Promotion

Like scriptease.vim? Follow the repository onGitHub and vote for it onvim.org. And if you're feeling especially charitable, follow tpope onTwitter andGitHub.

License

Copyright (c) Tim Pope. Distributed under the same terms as Vim itself. See :help license.