aboutsummaryrefslogtreecommitdiff
path: root/.vim/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/plugin/misc.vim
parent9f1928a1b8eb56cb3a9d5baabd50ac0d49d73256 (diff)
downloaddotfiles-a79f3a35bc7bb8571096e975def05555354a09a8.tar.gz
dotfiles-a79f3a35bc7bb8571096e975def05555354a09a8.tar.bz2
dotfiles-a79f3a35bc7bb8571096e975def05555354a09a8.zip
Update vim-easymotion config
Diffstat (limited to '.vim/plugin/misc.vim')
-rw-r--r--.vim/plugin/misc.vim16
1 files changed, 0 insertions, 16 deletions
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 <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