[UPDATE][VIM] Use globally installed fzf package
This commit is contained in:
parent
b30bbc0a8f
commit
5c1b7ce9ac
4 changed files with 9 additions and 4 deletions
|
|
@ -94,8 +94,6 @@ Plug 'tpope/vim-git'
|
|||
Plug 'tpope/vim-fugitive'
|
||||
" Show git messages in preview window
|
||||
Plug 'rhysd/git-messenger.vim'
|
||||
" Fuzzy file finder (installs zfz system-wide)
|
||||
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
||||
" Pre-written functions for fzf mappings
|
||||
Plug 'junegunn/fzf.vim'
|
||||
" Rust syntax, folding, compiler etc...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue