aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/input-method.vim
blob: 8497659222434db394c4cf31c06d3c0a3df90180 (plain)
1
2
3
4
5
6
7
8
9
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