Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit af279b6

Browse files
committed
fix(modules): update bufferline configs
1 parent b01c9cb commit af279b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/doom/modules/config/doom-bufferline.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
return function()
22
require("bufferline").setup({
33
options = {
4-
numbers = "buffer_id",
5-
number_style = "none",
6-
mappings = false,
4+
numbers = function(opts)
5+
return string.format("%s", opts.id)
6+
end,
77
indicator_icon = "",
88
buffer_close_icon = "",
99
modified_icon = "",

0 commit comments

Comments
 (0)