blob: ff2db74a5b5dc1f53605673334d41be017a2b71a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
packadd! onedark.vim
silent colorscheme onedark
let g:airline#extensions#tabline#enabled = 1
map <Space> <Plug>(easymotion-prefix)
" 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
|