File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments