aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/misc.vim
blob: 2b0b85c6742a288d51fc9e4c4a0279a2f64cd6e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
packadd! onedark.vim
silent colorscheme onedark

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