debug bufferline and lsp

This commit is contained in:
2025-10-20 03:05:59 +02:00
parent 5f67b259c6
commit 34c88f6fe6
2 changed files with 8 additions and 5 deletions

View File

@@ -11,9 +11,11 @@ local opts = {
-- mode = "tabs",
separator_style = "slant",
},
highlights = require("catppuccin.groups.integrations.bufferline").get_theme({
styles = { "italic", "bold" },
custom = {
-- highlights = require("catppuccin.groups.integrations.bufferline").get({
-- }),
highlights = require("catppuccin.special.bufferline").get_theme {
styles = { "italic", "bold" },
custom = {
all = {
fill = { -- bg before buffer
fg = frappe.text,
@@ -219,7 +221,7 @@ local opts = {
},
},
},
}),
},
}
bufferline.setup(opts)