gotta use new remote

This commit is contained in:
2025-06-13 19:36:07 -04:00
parent 9ea9d9f516
commit 7ef68dea92

View File

@ -12,7 +12,7 @@ require("conf")
-- bootstrap plugin manager -- bootstrap plugin manager
local path = vim.fn.stdpath("data").."/site/pack/deps/opt/dep" local path = vim.fn.stdpath("data").."/site/pack/deps/opt/dep"
if vim.fn.empty(vim.fn.glob(path)) > 0 then 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 }) path })
end end
vim.cmd("packadd dep") vim.cmd("packadd dep")
@ -20,7 +20,7 @@ vim.cmd("packadd dep")
-- load plugins -- load plugins
require("dep") { require("dep") {
{ "squibid/dep", { "squibid/dep",
url = "https://git.squi.bid/dep", url = "https://git.squi.bid/squibid/dep",
branch = "dev" branch = "dev"
}, },