mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +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 = {
|
live_grep = {
|
||||||
layout_config = { height = 0.7 },
|
layout_config = { height = 0.7 },
|
||||||
},
|
},
|
||||||
|
buffers = {
|
||||||
|
sort_lastused = true,
|
||||||
|
},
|
||||||
resume = {
|
resume = {
|
||||||
initial_mode = "normal",
|
initial_mode = "normal",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue