tacahiroy / vim-monstermethod

It helps battle against monster methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-monstermethod

It helps to battle against monster methods.

SYNOPSIS

TBA

DEPENDENCY

This uses filter patterns in ctrlp-funky, so you need to install ctrlp-funky beforehand.

INSTALLATION

vim-plug

  1. Add Plug 'tacahiroy/vim-monstermethod' to .vimrc
  2. Run :PlugInstall

Vundle

  1. :PluginInstall tacahiroy/vim-monstermethod
  2. Add Plugin 'tacahiroy/vim-monstermethod' to .vimrc.

pathogen.vim

  1. cd ~/.vim/bundle
  2. git clone git://github.com/tacahiroy/vim-monstermethod

If you don't use either plugin management systems, copy autoload and plugin directory to your .vim directory.

CONFIGURATION

TBA

LINK

TBA

LICENSE

Copyright (c) 2015, Takahiro Yoshihara. Distributed under the Modified BSD License.

About

It helps battle against monster methods.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Vim Script 100.0%