Skip to content
New issue

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

Both the variable macosime_normal_ime and macosime_cjk_ime should be set correctly in order for this plugin to work #4

Open
jdhao opened this issue Jun 18, 2023 · 1 comment

Comments

@jdhao
Copy link

jdhao commented Jun 18, 2023

Thanks for this plugins, works good, but with minor issues in the documentation. I checked the code, it assumes the default normal IME is com.apple.keylayout.US, which is not always true. So the user should set it correctly in their case.

Here is what works for me in Neovim with Packer as the plugin manager:

      use { "laishulu/vim-macos-ime", config = function()
        vim.g.macosime_normal_ime = 'com.apple.keylayout.ABC'
        vim.g.macosime_cjk_ime = 'com.apple.inputmethod.SCIM.ITABC'
      end}
@wenfangdu
Copy link
Contributor

@jdhao When you're using com.apple.keylayout.ABC, don't you have this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants