aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/input-method.vim
blob: 81d148c80a3144e3130e5b92fdfd1541f1bf1e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" fcitx.vim
if !empty(glob('/usr/bin/fcitx5'))
  if executable('fcitx5-remote')
    let g:fcitx5_remote = 'fcitx5-remote'
  endif

  packadd fcitx.vim
endif

" smartim
if has('mac')
  packadd smartim
  let g:smartim_default = 'com.apple.keylayout.ABC'
endif