debug bufferline and lsp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user