added catpuccin integrations

This commit is contained in:
armandogaliati 2024-06-03 11:00:38 -03:00
parent 595f04922c
commit 7e87d3df4f
1 changed files with 11 additions and 0 deletions

View File

@ -784,6 +784,17 @@ require('lazy').setup({
priority = 1000, -- Make sure to load this before all the other start plugins. priority = 1000, -- Make sure to load this before all the other start plugins.
opts = { opts = {
transparent_background = true, transparent_background = true,
integrations = {
cmp = true,
gitsigns = true,
nvimtree = true,
treesitter = true,
notify = false,
mini = {
enabled = true,
indentscope_color = '',
},
},
}, },
init = function() init = function()
-- Load the colorscheme here. -- Load the colorscheme here.