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',