diff --git a/lua/astrocommunity/colorscheme/catppuccin/init.lua b/lua/astrocommunity/colorscheme/catppuccin/init.lua index 3b5e7aa35..953001acb 100644 --- a/lua/astrocommunity/colorscheme/catppuccin/init.lua +++ b/lua/astrocommunity/colorscheme/catppuccin/init.lua @@ -3,33 +3,12 @@ return { name = "catppuccin", lazy = true, ---@type CatppuccinOptions + ---@diagnostic disable: missing-fields opts = { + auto_integrations = true, integrations = { - aerial = true, - alpha = true, - blink_cmp = true, - cmp = true, - dap = true, - dap_ui = true, - gitsigns = true, - illuminate = true, - indent_blankline = true, - markdown = true, - mason = true, - native_lsp = { enabled = true }, - neotree = true, - notify = true, - semantic_tokens = true, - symbols_outline = true, - telescope = true, - treesitter = true, - ts_rainbow = false, - ufo = true, - which_key = true, - window_picker = true, - colorful_winsep = { enabled = true, color = "lavender" }, + colorful_winsep = { color = "lavender" }, snacks = { - enabled = true, indent_scope_color = "lavender", }, },