Explorar o código

nixpkgs/neovim: also use sort_mru for telescope buffer

Thomas Dy %!s(int64=3) %!d(string=hai) anos
pai
achega
d7f3f941de
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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" }