VSCode安装Vim及拼音切换问题

安装插件
https://github.com/VSCodeVim/Vim

解决切换拼音输入法问题
https://github.com/daipeihust/im-select
https://www.zhihu.com/question/303850876/answer/822818615

"vim.autoSwitchInputMethod.enable": true,
"vim.autoSwitchInputMethod.defaultIM": "1033",
"vim.autoSwitchInputMethod.obtainIMCmd": "C:\\Users\\JIAHE\\Desktop\\im-select.exe",
"vim.autoSwitchInputMethod.switchIMCmd": "C:\\Users\\JIAHE\\Desktop\\im-select.exe {im}"