mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-05 23:29:27 +01:00
use fzf plgin from git and not local
This commit is contained in:
parent
b760c00368
commit
f8e8e08a81
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue