jmcantrell / vim-fatrat

Work with all the runtime files for a filetype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatrat.vim

Interact with all the runtime files for a file type.

Installation

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

mkdir -p ~/.vim/pack/default/start
git clone $REPO_URL/vim-fatrat ~/.vim/pack/default/start/fatrat
vim -c "helptags fatrat/doc" -c q

Usage

See :help fatrat.

License

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

About

Work with all the runtime files for a filetype


Languages

Language:Vim Script 100.0%