feat(catppuccin): enable more integrations (#1922)

This commit is contained in:
Jorge Villalobos 2023-11-04 06:09:01 -04:00 committed by GitHub
parent db31b4073b
commit 4312e5e283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,19 @@ return {
name = "catppuccin", name = "catppuccin",
opts = { opts = {
integrations = { integrations = {
aerial = true,
alpha = true, alpha = true,
cmp = true, cmp = true,
dashboard = true,
flash = true, flash = true,
gitsigns = true, gitsigns = true,
headlines = true,
illuminate = true, illuminate = true,
indent_blankline = { enabled = true }, indent_blankline = { enabled = true },
leap = true,
lsp_trouble = true, lsp_trouble = true,
mason = true, mason = true,
markdown = true,
mini = true, mini = true,
native_lsp = { native_lsp = {
enabled = true, enabled = true,
@ -34,12 +39,13 @@ return {
}, },
navic = { enabled = true, custom_bg = "lualine" }, navic = { enabled = true, custom_bg = "lualine" },
neotest = true, neotest = true,
neotree = true,
noice = true, noice = true,
notify = true, notify = true,
neotree = true,
semantic_tokens = true, semantic_tokens = true,
telescope = true, telescope = true,
treesitter = true, treesitter = true,
treesitter_context = true,
which_key = true, which_key = true,
}, },
}, },