diff options
author | Guangxiong Lin <[email protected]> | 2022-01-15 00:15:20 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-01-15 00:15:20 +0800 |
commit | 424028a48be8ef0cb01e76473d19d6e057b534b5 (patch) | |
tree | 2a23fe0e5c02453cd8982d29149111295bcf711f /.vim/plugin/misc.vim | |
parent | c2a95982034446cf35a9b4c2c9a9506b364490bd (diff) | |
download | dotfiles-424028a48be8ef0cb01e76473d19d6e057b534b5.tar.gz dotfiles-424028a48be8ef0cb01e76473d19d6e057b534b5.tar.bz2 dotfiles-424028a48be8ef0cb01e76473d19d6e057b534b5.zip |
Add fcitx.vim package
Diffstat (limited to '.vim/plugin/misc.vim')
-rw-r--r-- | .vim/plugin/misc.vim | 5 |
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 |