debug bufferline due to update

This commit is contained in:
2025-08-20 10:20:04 +02:00
parent fbead62967
commit 5f67b259c6
3 changed files with 56 additions and 55 deletions

View File

@@ -4,14 +4,14 @@ if not ok then
return
end
--- Plugin options
local frappe = require("catppuccin.palettes").get_palette("frappe")
local opts = {
options = {
-- mode = "tabs",
separator_style = "slant",
},
highlights = require("catppuccin.groups.integrations.bufferline").get({
highlights = require("catppuccin.groups.integrations.bufferline").get_theme({
styles = { "italic", "bold" },
custom = {
all = {
@@ -222,7 +222,6 @@ local opts = {
}),
}
--- Load plugin
bufferline.setup(opts)
--- Override keymaps