eskk.vim icon indicating copy to clipboard operation
eskk.vim copied to clipboard

辞書が無い場合ダウンロードする

Open tyru opened this issue 7 years ago • 1 comments

ddskk ではそうなってたはず。

tyru avatar Oct 28 '18 00:10 tyru

もしユーザーが何らかのパッケージマネージャーを使用していた場合、下記の要領で~/.vim/dict以下に辞書を自動ダウンロードさせることが可能です。

call minpac#add('tyru/eskk.vim', { 'do': 'wget -O- https://api.github.com/repos/skk-dev/dict/tarball | tar -C ~/.vim --transform 's%[^/]*%dict%' -zxf -'})

以上のコマンドはwgettar(GNU版)に依存しているので調整する必要があります。

tani avatar Jan 08 '19 03:01 tani