black-desk / fcitx5-ui.nvim

fcitx5 user interface inside neovim
GNU General Public License v3.0
39 stars 0 forks source link

fix: wrong displayCurrentIM() #5

Closed Freed-Wu closed 1 month ago

black-desk commented 1 month ago

I have a look at displayCurrentIM, and I think that maybe you should just write this function in your own configuration and call getCurrentIM in your displayCurrentIM method.

I am going to remove displayCurrentIM and update the guide for lualine in README.

Freed-Wu commented 1 month ago

:cry: Sorry, it has been added to vim-airline https://github.com/vim-airline/vim-airline/commit/02894b6ef4752afd8579fc837aec5fb4f62409f7

It just make similar behaviour of https://github.com/lilydjwg/fcitx.vim's FcitxCurrentIM().

black-desk commented 1 month ago

😢 Sorry, it has been added to vim-airline vim-airline/vim-airline@02894b6

It just make similar behaviour of https://github.com/lilydjwg/fcitx.vim's FcitxCurrentIM().

That's fine. I will just keep this.