Languages
English ❘ 日本語LeXML (stands for “Lexicographical Extensible Markup Language”) is one of the interchange format for e-dictionaries.
(This is not the only way to install vim-lexml to your Vim system.)
- Start Vim and check the values of
packpath.
:set packpath?- Choose one of the values of
packpathas the location where plugin is installed. (e.g.~/.vim) - Make directory
$PACKPATH/pack/if it doesn’t exist, where$PACKPATHis which you choosed. - Clone this git repository to that path.
$ cd ~/.vim/
$ mkdir pack && cd pack
$ git clone 'https://github.com/cmplstofB/vim-lexml.git'