eduOSS / dictionary.vim

Dictionary.app interface for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionary.app interface for Vim

Usage

:Dictionary

dictionary.vim dictionary.vim dictionary.vim dictionary.vim

Requirement

Author

itchyny (https://github.com/itchyny)

License

This software is released under the MIT License, see LICENSE.

Installation

Manually

  1. Put plugin/dictionary.vim to $VIM/plugin/.
  2. Put syntax/dictionary.vim to $VIM/syntax/.
  3. Put autoload/dictionary.vim to $VIM/autoload/.
  4. Put autoload/dictionary.m to $VIM/autoload/.
  5. Put doc/dictionary.txt to $VIM/doc/.
  1. Add the following configuration to your .vimrc.

     Plugin 'itchyny/dictionary.vim'
    
  2. Install with :PluginInstall.

  1. Add the following configuration to your .vimrc.

     NeoBundle 'itchyny/dictionary.vim'
    
  2. Install with :NeoBundleInstall.

About

Dictionary.app interface for Vim

License:MIT License


Languages

Language:Vim Script 68.1%Language:MATLAB 31.9%