Switch the Vim plugins for junegunn/fzf over to Vim plugins for lotabout/skim as well

This commit is contained in:
Danielle McLean 2019-11-04 12:33:20 +11:00
parent 5434b45078
commit bd41b659bb
Signed by: 00dani
GPG Key ID: FF6F9216852288FF
1 changed files with 2 additions and 2 deletions

View File

@ -49,10 +49,10 @@ call Plug('direnv/direnv.vim')
call Plug('editorconfig/editorconfig-vim')
call Plug('godlygeek/tabular')
call Plug('jamessan/vim-gnupg')
call Plug('junegunn/fzf')
call Plug('junegunn/fzf.vim')
call Plug('junegunn/vim-easy-align')
call Plug('lifepillar/vim-mucomplete')
call Plug('lotabout/skim')
call Plug('lotabout/skim.vim')
call Plug('mhinz/vim-signify')
call Plug('scrooloose/nerdtree')
call Plug('sjl/vitality.vim')