From 201bd16d02d3763b8742475f5f2aacab500c6f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 30 Jul 2025 16:58:35 +0200 Subject: [PATCH] feat(nvim): catppuccin auto_integrations --- .../extras/ui/colorschemes/catppuccin.lua | 70 +------------------ 1 file changed, 3 insertions(+), 67 deletions(-) diff --git a/.config/nvim/lua/plugins/extras/ui/colorschemes/catppuccin.lua b/.config/nvim/lua/plugins/extras/ui/colorschemes/catppuccin.lua index 7592c389..7ecbbd00 100644 --- a/.config/nvim/lua/plugins/extras/ui/colorschemes/catppuccin.lua +++ b/.config/nvim/lua/plugins/extras/ui/colorschemes/catppuccin.lua @@ -32,76 +32,12 @@ return { TelescopePreviewTitle = { bg = palette.green, fg = palette.mantle }, } end, + auto_integrations = true, integrations = { - alpha = true, - cmp = true, - barbecue = { - dim_dirname = true, -- directory name is dimmed by default - bold_basename = true, - dim_context = false, - alt_background = false, - }, - colorful_winsep = { + snacks = { enabled = true, - color = "lavender", + picker_style = "nvchad_outlined", }, - dap = true, - dap_ui = true, - dashboard = true, - diffview = true, - flash = true, - headlines = true, - gitsigns = true, - grug_far = true, - harpoon = false, - illuminate = true, - indent_blankline = { - enabled = true, - scope_color = "lavender", -- catppuccin color (eg. `lavender`) Default: text - colored_indent_levels = false, - }, - render_markdown = true, - mason = true, - markdown = true, - mini = true, - native_lsp = { - enabled = true, - virtual_text = { - errors = { "italic" }, - hints = { "italic" }, - warnings = { "italic" }, - information = { "italic" }, - }, - underlines = { - errors = { "underline" }, - hints = { "underline" }, - warnings = { "underline" }, - information = { "underline" }, - }, - inlay_hints = { - background = true, - }, - }, - lsp_trouble = false, - navic = { enabled = false, custom_bg = "lualine" }, - neotest = true, - neogit = false, - neotree = true, - notify = true, - noice = true, - ufo = true, - overseer = false, - octo = false, - rainbow_delimiters = true, - semantic_tokens = true, - snacks = true, - telescope = { - enabled = true, - }, - symbols_outline = false, - treesitter = true, - treesitter_context = false, - which_key = true, }, }, },