From a79f3a35bc7bb8571096e975def05555354a09a8 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 26 Mar 2022 16:12:58 +0800 Subject: Update vim-easymotion config --- .vim/after/plugin/misc.vim | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .vim/after/plugin/misc.vim (limited to '.vim/after/plugin/misc.vim') 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 -- cgit v1.2.3