aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/misc.vim
blob: f34ec9f5867da417191827db95bd73951f97d7bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
let g:airline#extensions#tabline#enabled = 1

" 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