mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:29:40 +00:00
nvim/telescope: sort buffer picker
This commit is contained in:
parent
4932575819
commit
aed2fed5a9
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ telescope.setup {
|
|||
live_grep = {
|
||||
layout_config = { height = 0.7 },
|
||||
},
|
||||
buffers = {
|
||||
sort_lastused = true,
|
||||
},
|
||||
resume = {
|
||||
initial_mode = "normal",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue