Skip to content

Commit

Permalink
Remove custom area option from bufferline config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Milton Montero committed Sep 5, 2022
1 parent 793fbf3 commit bc0a830
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lua/plugins/bufferline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ require('bufferline').setup({
highlight = 'Directory'
}},
},
custom_areas = {
right = function()
local result = {{text = "Buffers", fg = "#ffffff"}}
return result
end,
},
-- Don't use italic on current buffer
highlights = {buffer_selected = { bold = true },},
})

0 comments on commit bc0a830

Please sign in to comment.