-
Notifications
You must be signed in to change notification settings - Fork 11
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
Sensible IM switching lag on Linux #3
Comments
I found that you have forked my repo and combined alohaia/fcitx.nvim and h-hg/fcitx.nvim. #include <iostream>
using namespace std;
int main() {
cout << "std out\n";
cerr << "error out\n";
clog << "log out\n";
return 0;
} I don't know why |
Oh, I have used ime.nvim to support fcitx and ibus by D-Bus. The only one disadvantage is it depends on dbus-proxy and lgi, lgi is a lua module written in C, so it need compile something when installing. fcitx.nvim use command line to call fcitx will not have the problem. So if users are glad to compile something, they can use D-Bus. otherwise, call |
alohaia/fcitx.nvim
: no sensible lag when changing modes.h-hg/fcitx.nvim
: perceptible lag (~100ms) on mode switch.runs on Manjaro Linux with
fcitx5-remote
The text was updated successfully, but these errors were encountered: