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
具体的にはこれができない https://github.com/uhooi/dotfiles/blob/a31ebfebf3d0ac7e9c0d87719b73581dd921ce5d/.config/nvim/lua/plugins/config/skkeleton.lua#L29
call skkeleton#register_kanatable('rom', {' ': [' ', '']})
恐らく変換キーをkeymapに移動して、henkanFirstの適当な実装をやり直す必要がある
The text was updated successfully, but these errors were encountered:
雑な検証ですが、自分の環境では下の設定でちゃんと動いてそうに見えました。 かな -> 漢字変換はできませんでした
call skkeleton#register_kanatable("rom", { \ " ": [" "], \ }) ]])
Sorry, something went wrong.
これ、全角スペースが入力できないじゃなくてかな漢字変換が開始できないほうの問題だったんですね 完全に勘違いしてました、すみません
No branches or pull requests
具体的にはこれができない
https://github.com/uhooi/dotfiles/blob/a31ebfebf3d0ac7e9c0d87719b73581dd921ce5d/.config/nvim/lua/plugins/config/skkeleton.lua#L29
恐らく変換キーをkeymapに移動して、henkanFirstの適当な実装をやり直す必要がある
The text was updated successfully, but these errors were encountered: