From c3e34266e532329d659ee13ceb808755237b2cea Mon Sep 17 00:00:00 2001 From: bob-ross27 <55351437+bob-ross27@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:22:13 -0300 Subject: [PATCH] Added mru sorting to telescope buffers. --- init.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.lua b/init.lua index a2cf46a6..3e4710aa 100644 --- a/init.lua +++ b/init.lua @@ -296,6 +296,11 @@ require('telescope').setup { }, }, }, + pickers = { + buffers = { + sort_lastused = true, + }, + }, } -- Enable telescope fzf native, if installed