mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-03 15:33:30 +00:00
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
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:
parent
6d6dd9bb8e
commit
e48638aef3
1 changed files with 2 additions and 2 deletions
|
@ -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)()
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue