瀏覽代碼

nixpkgs/neovim: configure telescope pickers

Thomas Dy 3 年之前
父節點
當前提交
9b1e33d0d3
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .config/nixpkgs/neovim/plugins.lua

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

@@ -13,6 +13,14 @@ require('telescope').setup({
     },
     sorting_strategy = 'ascending',
   },
+  pickers = {
+    buffers = {
+      sort_lastused = true,
+    },
+    find_files = {
+      find_command = { "fd", "--type", "f", "--strip-cwd-prefix" }
+    },
+  },
 })
 
 -- use native sorter for better performance