/zenrei.vim

zenrei.vim displays candidates and synonyms for class name, method name and variable name.

Primary LanguageVim ScriptMIT LicenseMIT

zenrei.vim

zenrei.vim displays candidates and synonyms for class name, method name and variable name.

demo

Usage

  • :Zenrei <word>: Display 10 frequently used names with forward match from GitHub's most starred repositories.
  • :ZenreiSynonym <word>: Display synonyms based on Japanese WordNet database.

Installation

dein.vim:

[[plugins]]
repo = 'typewriter/zenrei.vim'

NeoBundle.vim:

NeoBundle 'typewriter/zenrei.vim'

License