tabline/nvim-bufferline: fix Catppuccin integration
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964ecfe08983c1d65145f961e31baf1fca6
This commit is contained in:
raf 2025-10-03 08:21:47 +03:00
commit e48638aef3
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -32,7 +32,7 @@ in {
then then
mkLuaInline '' mkLuaInline ''
(function() (function()
local integration = require("catppuccin.groups.integrations.bufferline") local integration = require("catppuccin.special.bufferline")
return (integration.get_theme or integration.get)() return (integration.get_theme or integration.get)()
end)() end)()
'' ''
@ -40,7 +40,7 @@ in {
defaultText = literalMD '' defaultText = literalMD ''
```lua ```lua
(function() (function()
local integration = require("catppuccin.groups.integrations.bufferline") local integration = require("catppuccin.special.bufferline")
return (integration.get_theme or integration.get)() return (integration.get_theme or integration.get)()
end)() end)()
``` ```