feat(astro): update to v5
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
spec = {
|
|
||||||
{
|
{
|
||||||
"AstroNvim/AstroNvim",
|
"AstroNvim/AstroNvim",
|
||||||
-- version = "^4",
|
version = "^5",
|
||||||
import = "astronvim.plugins",
|
import = "astronvim.plugins",
|
||||||
},
|
},
|
||||||
{ import = "plugins" },
|
{ import = "plugins" },
|
||||||
},
|
} --[[@as LazySpec]], {
|
||||||
install = { colorscheme = { "astrodark", "habamax" } },
|
install = { colorscheme = { "astrodark", "habamax" } },
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
|
|||||||
@@ -3,6 +3,18 @@ return {
|
|||||||
"AstroNvim/astrocore",
|
"AstroNvim/astrocore",
|
||||||
---@type AstroCoreOpts
|
---@type AstroCoreOpts
|
||||||
opts = {
|
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 = {
|
options = {
|
||||||
opt = {
|
opt = {
|
||||||
clipboard = "",
|
clipboard = "",
|
||||||
|
|||||||
Reference in New Issue
Block a user