浏览代码

nixpkgs/neovim: also use sort_mru for telescope buffer

Thomas Dy 3 年之前
父节点
当前提交
d7f3f941de
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .config/nixpkgs/neovim/plugins.lua

+ 1 - 0
.config/nixpkgs/neovim/plugins.lua

@@ -16,6 +16,7 @@ require('telescope').setup({
   pickers = {
     buffers = {
       sort_lastused = true,
+      sort_mru = true,
     },
     find_files = {
       find_command = { "fd", "--type", "f", "--strip-cwd-prefix" }