From eda2597f77818a880ad896f7eddf0fd1e92c0709 Mon Sep 17 00:00:00 2001 From: "@supercobra" Date: Wed, 19 Aug 2026 07:27:47 -0500 Subject: [PATCH] typo: curl was written twice --- vim/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/setup b/vim/setup index 57f6611..f97448d 100755 --- a/vim/setup +++ b/vim/setup @@ -1,6 +1,6 @@ #!/bin/bash -curl -fLo curl ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ +curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim curl -fLo ~/.vim/autoload/plug.vim --create-dirs \