fix(catppuccin): follow renamed integration (#6354)

## Description

[This
commit](30fa4d122d)
renamed a Catppuccin integration; this PR follows the rename.

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
This commit is contained in:
flippette
2025-09-15 12:21:32 +03:00
committed by GitHub
parent a7a94c50ac
commit 02d0c9aebd

View File

@@ -58,7 +58,7 @@ return {
optional = true,
opts = function(_, opts)
if (vim.g.colors_name or ""):find("catppuccin") then
opts.highlights = require("catppuccin.groups.integrations.bufferline").get()
opts.highlights = require("catppuccin.groups.integrations.bufferline").get_theme()
end
end,
},