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