debug bufferline due to update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user