use fzf plgin from git and not local

This commit is contained in:
LordMZTE 2021-04-27 23:20:32 +02:00
parent b760c00368
commit f8e8e08a81

View file

@ -17,7 +17,7 @@ return require("packer").startup(function(use)
use "tiagofumo/vim-nerdtree-syntax-highlight"
use "ryanoasis/vim-devicons"
use "cespare/vim-toml"
use "~/go/src/github.com/junegunn/fzf"
use "junegunn/fzf"
use {"dracula/vim", as = "dracula"}
use "jiangmiao/auto-pairs"
use "tpope/vim-endwise"