optimize buffer sorting
This commit is contained in:
parent
62ffea7b57
commit
3dfbd9b8b6
@ -138,7 +138,9 @@ return {
|
|||||||
pickers = {
|
pickers = {
|
||||||
-- Your special builtin config goes in here
|
-- Your special builtin config goes in here
|
||||||
buffers = {
|
buffers = {
|
||||||
sort_lastused = true,
|
sort_lastused = false,
|
||||||
|
sort_mru = true,
|
||||||
|
ignore_current_buffer = true,
|
||||||
theme = 'ivy',
|
theme = 'ivy',
|
||||||
mappings = {
|
mappings = {
|
||||||
i = {
|
i = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user