From 3dfbd9b8b62855cf282b9805ec4d9251f61533e9 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 23 May 2023 15:47:29 +0200 Subject: [PATCH] optimize buffer sorting --- lua/plugins/telescope.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index a726449..55a2b40 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -138,7 +138,9 @@ return { pickers = { -- Your special builtin config goes in here buffers = { - sort_lastused = true, + sort_lastused = false, + sort_mru = true, + ignore_current_buffer = true, theme = 'ivy', mappings = { i = {