diff options
author | Guangxiong Lin <[email protected]> | 2022-03-26 16:12:58 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-26 16:15:21 +0800 |
commit | a79f3a35bc7bb8571096e975def05555354a09a8 (patch) | |
tree | 3211d26afea3c575fb8e738fe87f9a8d0f8c4381 /.vim/plugin | |
parent | 9f1928a1b8eb56cb3a9d5baabd50ac0d49d73256 (diff) | |
download | dotfiles-a79f3a35bc7bb8571096e975def05555354a09a8.tar.gz dotfiles-a79f3a35bc7bb8571096e975def05555354a09a8.tar.bz2 dotfiles-a79f3a35bc7bb8571096e975def05555354a09a8.zip |
Update vim-easymotion config
Diffstat (limited to '.vim/plugin')
-rw-r--r-- | .vim/plugin/misc.vim | 16 |
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 |