Skip to content

Commit

Permalink
Comply with bufferline's changes to the API.
Browse files Browse the repository at this point in the history
  • Loading branch information
Milton Montero committed Aug 15, 2022
1 parent d4632f3 commit 793fbf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/plugins/bufferline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ require('bufferline').setup({
},
custom_areas = {
right = function()
local result = {{text = "Buffers", guifg = "#ffffff"}}
local result = {{text = "Buffers", fg = "#ffffff"}}
return result
end,
},
-- Don't use italic on current buffer
highlights = {buffer_selected = { gui = "bold" },},
highlights = {buffer_selected = { bold = true },},
})

0 comments on commit 793fbf3

Please sign in to comment.