aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/misc.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugin/misc.vim')
-rw-r--r--.vim/plugin/misc.vim6
1 files changed, 6 insertions, 0 deletions
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 <Space> <Plug>(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