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 = {