aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/misc.vim
diff options
context:
space:
mode:
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