From 424028a48be8ef0cb01e76473d19d6e057b534b5 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 15 Jan 2022 00:15:20 +0800 Subject: Add fcitx.vim package --- .vim/plugin/misc.vim | 5 +++++ bin/vim-pack | 1 + 2 files changed, 6 insertions(+) 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 (easymotion-prefix) + +" fcitx.vim +if !empty(glob('/usr/bin/fcitx5')) + packadd fcitx.vim +endif diff --git a/bin/vim-pack b/bin/vim-pack index 5f23d67..9f338a9 100755 --- a/bin/vim-pack +++ b/bin/vim-pack @@ -108,6 +108,7 @@ update_package vim-surround https://github.com/tpope/vim-surround.git & update_package vim-rsi https://github.com/tpope/vim-rsi.git & update_package vim-dispatch https://github.com/tpope/vim-dispatch.git & update_package org.vim https://github.com/axvr/org.vim.git & +update_package fcitx.vim https://github.com/lilydjwg/fcitx.vim.git opt & wait vim '"+helptags ALL"' +q -- cgit v1.2.3