keaising / im-select.nvim

Switch Input Method automatically depends on Neovim's edit mode
MIT License
170 stars 25 forks source link

[Feature Request] Could add an option to make me customize the im-select binary file path? #4

Closed Fau818 closed 1 year ago

Fau818 commented 1 year ago

Just like this plugin wingforth/nvim-im-select, has an option named imselectCmd.


For some reason, I might open a file directly via neovim, without some environment variables.


Thank you for providing such a great plugin.

keaising commented 1 year ago

Good idea, I will add this feature in this week.

keaising commented 1 year ago

@Fau818 I have finished this feature, and I tested it in macOS, it works like I expect. Could you please test this feature branch in Windows/WSL ?

keaising commented 1 year ago

Looks good, merged https://github.com/keaising/im-select.nvim/pull/5

Fau818 commented 1 year ago

Thank you for your efforts, it's working fine for me now. I'm also using macOS, so I couldn't test it on Windows.