From 6a29c792ceda37c34baba2620b2233895c6dd770 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 27 Mar 2022 00:22:07 +0800 Subject: Add tagbar into vim packages --- .vim/after/plugin/input-method.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .vim/after/plugin/input-method.vim (limited to '.vim/after/plugin/input-method.vim') diff --git a/.vim/after/plugin/input-method.vim b/.vim/after/plugin/input-method.vim new file mode 100644 index 0000000..8497659 --- /dev/null +++ b/.vim/after/plugin/input-method.vim @@ -0,0 +1,10 @@ +" fcitx.vim +if !empty(glob('/usr/bin/fcitx5')) + packadd fcitx.vim +endif + +" smartim +if has('mac') + packadd smartim + let g:smartim_default = 'com.apple.keylayout.ABC' +endif -- cgit v1.2.3