feat(astro): update to v5

This commit is contained in:
2025-03-28 09:57:01 +01:00
parent 5614dfaa28
commit 8224f496ac
2 changed files with 18 additions and 7 deletions

View File

@@ -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 = {

View File

@@ -3,6 +3,18 @@ return {
"AstroNvim/astrocore",
---@type AstroCoreOpts
opts = {
features = {
large_buf = { size = 1024 * 256, lines = 10000 },
autopairs = true,
cmp = true,
diagnostics = { virtual_text = true, virtual_lines = true },
highlighturl = true,
notifications = true,
},
diagnostics = {
virtual_text = true,
underline = true,
},
options = {
opt = {
clipboard = "",