We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ddskk ではそうなってたはず。
The text was updated successfully, but these errors were encountered:
もしユーザーが何らかのパッケージマネージャーを使用していた場合、下記の要領で~/.vim/dict以下に辞書を自動ダウンロードさせることが可能です。
~/.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 -'})
以上のコマンドはwgetとtar(GNU版)に依存しているので調整する必要があります。
wget
tar
Sorry, something went wrong.
No branches or pull requests
ddskk ではそうなってたはず。
The text was updated successfully, but these errors were encountered: