From 7e87d3df4f3b955ef9a9a530c75bcfb3c2bc561f Mon Sep 17 00:00:00 2001 From: armandogaliati Date: Mon, 3 Jun 2024 11:00:38 -0300 Subject: [PATCH] added catpuccin integrations --- init.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/init.lua b/init.lua index c0576cc6..0f0dc0b1 100644 --- a/init.lua +++ b/init.lua @@ -784,6 +784,17 @@ require('lazy').setup({ priority = 1000, -- Make sure to load this before all the other start plugins. opts = { transparent_background = true, + integrations = { + cmp = true, + gitsigns = true, + nvimtree = true, + treesitter = true, + notify = false, + mini = { + enabled = true, + indentscope_color = '', + }, + }, }, init = function() -- Load the colorscheme here.