From eb6ecddf85887112f5bbbd5205f668407bcbf17b Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 15 Jan 2022 14:25:52 +0800 Subject: Add vim package smartim --- .vim/plugin/misc.vim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.vim/plugin') diff --git a/.vim/plugin/misc.vim b/.vim/plugin/misc.vim index bb68242..ff2db74 100644 --- a/.vim/plugin/misc.vim +++ b/.vim/plugin/misc.vim @@ -8,3 +8,9 @@ map (easymotion-prefix) 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