GitHunt
CM

cmplstofB/vim-lexml

LeXML binding for Vim

Languages English日本語

Vim-LeXML―LeXML binding for Vim

About LeXML

LeXML (stands for “Lexicographical Extensible Markup Language”) is one of the interchange format for e-dictionaries.

How to Install

(This is not the only way to install vim-lexml to your Vim system.)

  1. Start Vim and check the values of packpath.
:set packpath?
  1. Choose one of the values of packpath as the location where plugin is installed.
    (e.g. ~/.vim)
  2. Make directory $PACKPATH/pack/ if it doesn’t exist, where $PACKPATH is which you choosed.
  3. Clone this git repository to that path.
$ cd ~/.vim/
$ mkdir pack && cd pack
$ git clone 'https://github.com/cmplstofB/vim-lexml.git'

Languages

Vim Script100.0%

Contributors

Do What The F*ck You Want To Public License
Created September 4, 2019
Updated July 21, 2020
cmplstofB/vim-lexml | GitHunt