mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-09 05:18:01 +02:00
tabline/nvim-bufferline: fix Catppuccin integration
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
|
||||
mkLuaInline ''
|
||||
(function()
|
||||
local integration = require("catppuccin.groups.integrations.bufferline")
|
||||
local integration = require("catppuccin.special.bufferline")
|
||||
return (integration.get_theme or integration.get)()
|
||||
end)()
|
||||
''
|
||||
|
|
@ -40,7 +40,7 @@ in {
|
|||
defaultText = literalMD ''
|
||||
```lua
|
||||
(function()
|
||||
local integration = require("catppuccin.groups.integrations.bufferline")
|
||||
local integration = require("catppuccin.special.bufferline")
|
||||
return (integration.get_theme or integration.get)()
|
||||
end)()
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue