aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-06-04 18:37:38 +0800
committerGuangxiong Lin <[email protected]>2022-06-04 18:37:38 +0800
commit4f4e823d2592d602c7034bcef2dd9011077b8384 (patch)
treeb4c4de6802182f2143ad9a19a213cccceececc2c
parent09c352c644959819cf41c3aeaf41d9c09b23b80d (diff)
downloaddotfiles-4f4e823d2592d602c7034bcef2dd9011077b8384.tar.gz
dotfiles-4f4e823d2592d602c7034bcef2dd9011077b8384.tar.bz2
dotfiles-4f4e823d2592d602c7034bcef2dd9011077b8384.zip
Update fcitx vim config
-rw-r--r--.vim/after/plugin/input-method.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vim/after/plugin/input-method.vim b/.vim/after/plugin/input-method.vim
index 8497659..81d148c 100644
--- a/.vim/after/plugin/input-method.vim
+++ b/.vim/after/plugin/input-method.vim
@@ -1,5 +1,9 @@
" fcitx.vim
if !empty(glob('/usr/bin/fcitx5'))
+ if executable('fcitx5-remote')
+ let g:fcitx5_remote = 'fcitx5-remote'
+ endif
+
packadd fcitx.vim
endif