Update config to astronvim V6

This commit is contained in:
2026-05-05 21:55:42 -03:00
parent 5c7bbd33cd
commit 200f428b3c
24 changed files with 252 additions and 566 deletions

View File

@@ -1,19 +1,26 @@
-- AstroCommunity: import any community modules here
-- We import this file in `lazy_setup.lua` before the `plugins/` folder.
-- This guarantees that the specs are processed before any user plugins.
---@type LazySpec
return {
"AstroNvim/astrocommunity",
-- { import = "astrocommunity.colorscheme.catppuccin" },
-- {
-- "catppuccin",
-- opts = {
-- integrations = {
-- ts_rainbow2 = true,
-- treesitter = true,
-- }
-- },
-- config = function()
-- vim.api.nvim_set_hl(0, "LspInlayHint", { bg = "#1e1e2f" })
-- end
-- },
{ import = "astrocommunity.pack.lua" },
-- import/override with your plugins folder
{ import = "astrocommunity.colorscheme.catppuccin" },
{
"catppuccin",
opts = {
integrations = {
ts_rainbow2 = true,
treesitter = true,
},
transparent_background = true
},
-- config = function()
-- vim.api.nvim_set_hl(0, "LspInlayHint", { bg = "#1e1e2f" })
-- end
},
-- { import = "astrocommunity.pack.cpp" },