mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 09:23:02 +01:00
nvim: bufferline: Match old vim behavior in sorting
This commit is contained in:
parent
73f06db5d7
commit
4889b323ff
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue