feat(astro): update to v5
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{
|
||||
"AstroNvim/AstroNvim",
|
||||
-- version = "^4",
|
||||
import = "astronvim.plugins",
|
||||
},
|
||||
{ import = "plugins" },
|
||||
{
|
||||
"AstroNvim/AstroNvim",
|
||||
version = "^5",
|
||||
import = "astronvim.plugins",
|
||||
},
|
||||
{ import = "plugins" },
|
||||
} --[[@as LazySpec]], {
|
||||
install = { colorscheme = { "astrodark", "habamax" } },
|
||||
performance = {
|
||||
rtp = {
|
||||
|
||||
Reference in New Issue
Block a user