feat(astro): update to v4 release
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
-- TODO: remove branch v4 on release
|
||||
{
|
||||
"AstroNvim/AstroNvim",
|
||||
branch = "v4",
|
||||
version = "^4",
|
||||
import = "astronvim.plugins",
|
||||
},
|
||||
{ import = "plugins" },
|
||||
|
||||
@@ -3,7 +3,7 @@ local work = not home
|
||||
|
||||
---@type LazySpec
|
||||
return {
|
||||
{ "AstroNvim/astrocommunity", branch = "v4" },
|
||||
{ "AstroNvim/astrocommunity" },
|
||||
|
||||
-- Language packs
|
||||
{ enabled = true, import = "astrocommunity.pack.cpp" },
|
||||
|
||||
Reference in New Issue
Block a user