lyokha / vim-xkbswitch

vim plugin for automatic keyboard layout switching in insert mode
MIT License
481 stars 23 forks source link

How to make it work on wsl? #68

Open LoydAndrew opened 6 months ago

LoydAndrew commented 6 months ago

Basically is there a proper way to may it work on wsl2?

lyokha commented 6 months ago

You need a platform-dependent switcher with compatible API library, such as https://github.com/grwlf/xkb-switch or https://github.com/lyokha/g3kb-switch. I don't know if there is such a switcher in WSL or if it's possible to use one of existing switchers inside it.