From 9c1c88291d7f5cdb8000513bbc0d3e8d1030e455 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 4 Mar 2025 23:34:31 -0800 Subject: fcitx.nvim no issue of leave search switch to pinyin h-hg/fcitx.nvim is the only one out of the three alternatives that does not have this issue: after / search with chinese pingyin, then enter, then in normal mode if I press one key, e.g., k, it will trying to use chinese pingyin instead of using english --- home/xyz/.config/nvim/init.vim | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index 38187eb3..0602a31f 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -23,8 +23,12 @@ Plug 'tinted-theming/base16-vim' " use latest vim-markdown "Plug 'tpope/vim-markdown' " alternatives: h-hg/fcitx.nvim, rlue/vim-barbaric, lilydjwg/fcitx.vim +" h-hg/fcitx.nvim is the only one out of the three alternatives that does not +" have this issue: after / search with chinese pingyin, then enter, then in +" normal mode if I press one key, e.g., k, it will trying to use chinese +" pingyin instead of using english if executable('fcitx5') - Plug 'rlue/vim-barbaric' + Plug 'h-hg/fcitx.nvim' endif " alternatives: 'thinca/vim-ref' with 'eiiches/vim-ref-info', 'HiPhish/info.vim', 'alx741/vinfo' Plug 'https://gitlab.com/HiPhish/info.vim.git' -- cgit v1.2.3-70-g09d2