Use Astrobox dev dir by default
This commit is contained in:
@@ -17,6 +17,11 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
|
|||||||
local USE_STABLE = false
|
local USE_STABLE = false
|
||||||
|
|
||||||
require("lazy").setup {
|
require("lazy").setup {
|
||||||
|
dev = {
|
||||||
|
path = "~/Workspace",
|
||||||
|
patterns = {},
|
||||||
|
fallback = true, -- Fallback to git when local plugin doesn't exist
|
||||||
|
},
|
||||||
spec = {
|
spec = {
|
||||||
-- TODO: remove branch v4 on release
|
-- TODO: remove branch v4 on release
|
||||||
{ "AstroNvim/AstroNvim", branch = "v4", version = USE_STABLE and "^4" or nil, import = "astronvim.plugins" },
|
{ "AstroNvim/AstroNvim", branch = "v4", version = USE_STABLE and "^4" or nil, import = "astronvim.plugins" },
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "astrobox",
|
name = "astrobox",
|
||||||
-- dir = "~/Workspace/astrobox/",
|
|
||||||
url = "https://git.niverton.tk/niverton/Astrobox.git",
|
url = "https://git.niverton.tk/niverton/Astrobox.git",
|
||||||
|
dev = true, -- Use local dir if available
|
||||||
opts = {
|
opts = {
|
||||||
contrast = "hard"
|
contrast = "hard"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user