nvim/telescope: sort buffer picker

This commit is contained in:
Primrose 2026-01-22 16:28:44 +01:00
parent 4932575819
commit aed2fed5a9
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -52,6 +52,9 @@ telescope.setup {
live_grep = {
layout_config = { height = 0.7 },
},
buffers = {
sort_lastused = true,
},
resume = {
initial_mode = "normal",
},