aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/misc.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-26 16:12:58 +0800
committerGuangxiong Lin <[email protected]>2022-03-26 16:15:21 +0800
commita79f3a35bc7bb8571096e975def05555354a09a8 (patch)
tree3211d26afea3c575fb8e738fe87f9a8d0f8c4381 /.vim/after/plugin/misc.vim
parent9f1928a1b8eb56cb3a9d5baabd50ac0d49d73256 (diff)
downloaddotfiles-a79f3a35bc7bb8571096e975def05555354a09a8.tar.gz
dotfiles-a79f3a35bc7bb8571096e975def05555354a09a8.tar.bz2
dotfiles-a79f3a35bc7bb8571096e975def05555354a09a8.zip
Update vim-easymotion config
Diffstat (limited to '.vim/after/plugin/misc.vim')
-rw-r--r--.vim/after/plugin/misc.vim15
1 files changed, 15 insertions, 0 deletions
diff --git a/.vim/after/plugin/misc.vim b/.vim/after/plugin/misc.vim
new file mode 100644
index 0000000..2b0b85c
--- /dev/null
+++ b/.vim/after/plugin/misc.vim
@@ -0,0 +1,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