gotta use new remote
This commit is contained in:
4
init.lua
4
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"
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user