From 41d9095aaed40a22dd5f87b217b8fc27e3bc5234 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sun, 15 Oct 2023 13:46:23 +0200 Subject: [PATCH] sorting in buffer telescope window --- lua/plugins/telescope.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 5a94cb6..2bf0c21 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -133,9 +133,8 @@ return { vimgrep_arguments = vimgrep_arguments, }, pickers = { - -- Your special builtin config goes in here buffers = { - sort_lastused = false, + sort_lastused = true, sort_mru = true, ignore_current_buffer = false, theme = 'ivy',