Update config to astronvim V6
This commit is contained in:
@@ -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" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user