mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 09:27:25 +00:00
fix(catppuccin): fix bufferline integration when no colorscheme is set. Closes #4641
This commit is contained in:
@@ -55,7 +55,7 @@ return {
|
||||
"akinsho/bufferline.nvim",
|
||||
optional = true,
|
||||
opts = function(_, opts)
|
||||
if vim.g.colors_name:find("catppuccin") then
|
||||
if (vim.g.colors_name or ""):find("catppuccin") then
|
||||
opts.highlights = require("catppuccin.groups.integrations.bufferline").get()
|
||||
end
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user