Browse Source

Sort buffer by id

pull/14/head
Leslie Kerman 2 years ago
parent
commit
9fe60e596a
  1. 2
      lua/configs/bufferline.lua

2
lua/configs/bufferline.lua

@ -76,7 +76,7 @@ function M.config()
separator_style = "thin",
enforce_regular_tabs = false,
always_show_bufferline = true,
sort_by = 'insert_after_current'
sort_by = 'id'
}
}
end

Loading…
Cancel
Save