aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-01-15 14:25:52 +0800
committerGuangxiong Lin <[email protected]>2022-01-15 14:25:52 +0800
commiteb6ecddf85887112f5bbbd5205f668407bcbf17b (patch)
tree46e27928ac1703ba629739807a93c7ff29a5e261 /.vim/plugin
parent424028a48be8ef0cb01e76473d19d6e057b534b5 (diff)
downloaddotfiles-eb6ecddf85887112f5bbbd5205f668407bcbf17b.tar.gz
dotfiles-eb6ecddf85887112f5bbbd5205f668407bcbf17b.tar.bz2
dotfiles-eb6ecddf85887112f5bbbd5205f668407bcbf17b.zip
Add vim package smartim
Diffstat (limited to '.vim/plugin')
-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