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.)
- 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'On this page
Languages
Vim Script100.0%
Contributors
Latest Release
v0.1.0September 4, 2019Do What The F*ck You Want To Public License
Created September 4, 2019
Updated July 21, 2020