AutoYADM commit: 2024-12-25 19:15:02

This commit is contained in:
Daniel Fichtinger 2024-12-25 19:15:02 -05:00
parent 5a593cdc24
commit 8064ff2098
3 changed files with 10 additions and 2 deletions

View file

@ -4,6 +4,12 @@ return {
options = {
show_buffer_close_icons = false,
show_close_icon = false,
separator_style = "thin",
hover = {
enabled = false,
},
-- can be function(buffer_a, buffer_b)
sort_by = "directory",
},
},
}

View file