From 7ef68dea92be715c00aff20632fae2764e53f897 Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 13 Jun 2025 19:36:07 -0400 Subject: [PATCH] gotta use new remote --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index ead3224..f41d103 100644 --- a/init.lua +++ b/init.lua @@ -12,7 +12,7 @@ require("conf") -- bootstrap plugin manager local path = vim.fn.stdpath("data").."/site/pack/deps/opt/dep" if vim.fn.empty(vim.fn.glob(path)) > 0 then - vim.fn.system({ "git", "clone", "--depth=1", "https://git.squi.bid/dep", + vim.fn.system({ "git", "clone", "--depth=1", "https://git.squi.bid/squibid/dep", path }) end vim.cmd("packadd dep") @@ -20,7 +20,7 @@ vim.cmd("packadd dep") -- load plugins require("dep") { { "squibid/dep", - url = "https://git.squi.bid/dep", + url = "https://git.squi.bid/squibid/dep", branch = "dev" },