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
If xkbswitch is not available, then just diable it on statusline.
The text was updated successfully, but these errors were encountered:
diff --git i/lua/plugins.lua w/lua/plugins.lua index 078e1eb..1171295 100644 --- i/lua/plugins.lua +++ w/lua/plugins.lua @@ -222,7 +222,7 @@ packer.startup { use { "nvim-zh/better-escape.vim", event = { "InsertEnter" } } - if vim.g.is_mac then + if vim.g.is_mac and utils.executable('xkbswitch') then use { "lyokha/vim-xkbswitch", event = { "InsertEnter" } } elseif vim.g.is_win then use { "Neur1n/neuims", event = { "InsertEnter" } }
Sorry, something went wrong.
No branches or pull requests
If xkbswitch is not available, then just diable it on statusline.
The text was updated successfully, but these errors were encountered: