aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-01-15 00:15:20 +0800
committerGuangxiong Lin <[email protected]>2022-01-15 00:15:20 +0800
commit424028a48be8ef0cb01e76473d19d6e057b534b5 (patch)
tree2a23fe0e5c02453cd8982d29149111295bcf711f /.vim/plugin
parentc2a95982034446cf35a9b4c2c9a9506b364490bd (diff)
downloaddotfiles-424028a48be8ef0cb01e76473d19d6e057b534b5.tar.gz
dotfiles-424028a48be8ef0cb01e76473d19d6e057b534b5.tar.bz2
dotfiles-424028a48be8ef0cb01e76473d19d6e057b534b5.zip
Add fcitx.vim package
Diffstat (limited to '.vim/plugin')
-rw-r--r--.vim/plugin/misc.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vim/plugin/misc.vim b/.vim/plugin/misc.vim
index f8c5d9d..bb68242 100644
--- a/.vim/plugin/misc.vim
+++ b/.vim/plugin/misc.vim
@@ -3,3 +3,8 @@ silent colorscheme onedark
let g:airline#extensions#tabline#enabled = 1
map <Space> <Plug>(easymotion-prefix)
+
+" fcitx.vim
+if !empty(glob('/usr/bin/fcitx5'))
+ packadd fcitx.vim
+endif