Skip to content

Commit 8930cf0

Browse files
authored
refactor(catppuccin): leverage auto_integrations in pack (#1598)
refactor(catppuccin): refactor catppucin pack to leverage auto_integrations
1 parent be0c1c8 commit 8930cf0

1 file changed

Lines changed: 3 additions & 24 deletions

File tree

  • lua/astrocommunity/colorscheme/catppuccin

lua/astrocommunity/colorscheme/catppuccin/init.lua

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,12 @@ return {
33
name = "catppuccin",
44
lazy = true,
55
---@type CatppuccinOptions
6+
---@diagnostic disable: missing-fields
67
opts = {
8+
auto_integrations = true,
79
integrations = {
8-
aerial = true,
9-
alpha = true,
10-
blink_cmp = true,
11-
cmp = true,
12-
dap = true,
13-
dap_ui = true,
14-
gitsigns = true,
15-
illuminate = true,
16-
indent_blankline = true,
17-
markdown = true,
18-
mason = true,
19-
native_lsp = { enabled = true },
20-
neotree = true,
21-
notify = true,
22-
semantic_tokens = true,
23-
symbols_outline = true,
24-
telescope = true,
25-
treesitter = true,
26-
ts_rainbow = false,
27-
ufo = true,
28-
which_key = true,
29-
window_picker = true,
30-
colorful_winsep = { enabled = true, color = "lavender" },
10+
colorful_winsep = { color = "lavender" },
3111
snacks = {
32-
enabled = true,
3312
indent_scope_color = "lavender",
3413
},
3514
},

0 commit comments

Comments
 (0)