nvim: bufferline: Match old vim behavior in sorting
Some checks failed
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
Benedikt Heine 2026-01-21 10:24:13 +01:00 committed by Felix Buehler
parent 73f06db5d7
commit 4889b323ff

View file

@ -11,6 +11,7 @@ return {
numbers = "none", numbers = "none",
diagnostics = "nvim_lsp", diagnostics = "nvim_lsp",
separator_style = "slant", separator_style = "slant",
sort_by = "insert_after_current",
show_buffer_close_icons = true, show_buffer_close_icons = true,
show_close_icon = false, show_close_icon = false,
always_show_bufferline = true, always_show_bufferline = true,