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/plugin/misc.vim | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .vim/plugin/misc.vim (limited to '.vim/plugin/misc.vim') diff --git a/.vim/plugin/misc.vim b/.vim/plugin/misc.vim deleted file mode 100644 index ff2db74..0000000 --- a/.vim/plugin/misc.vim +++ /dev/null @@ -1,16 +0,0 @@ -packadd! onedark.vim -silent colorscheme onedark - -let g:airline#extensions#tabline#enabled = 1 -map (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 -- cgit v1.2.3