Tatsumi Gamou

Results 5 issues of Tatsumi Gamou

I installed https://github.com/nodejs/corepack. Normally corepack provide yarn binary, but using volta, yarn is linked to `volta-shim`. Volta has not compatibility for corepack?

enhancement
question

Vim/Neovim双方で再現を確認しました。 ## vimrc ```vim if !has('nvim') set nocompatible endif set runtimepath^=~/Repositories/github.com/vim-skk/skkeleton set runtimepath^=~/Repositories/github.com/vim-denops/denops.vim imap (skkeleton-toggle) " このcmapを除けば再現しない cmap (skkeleton-enable) autocmd User skkeleton-initialize-pre call skkeleton#config({"keepState": v:true}) ``` ## 再現手順 1. 普通にインサートモードに入り、...

lua実装がこれやってたの見ていいなと思ったので

update ddc.vim to 4.1.0