WIP: Switch to NixOS #5
1 changed files with 13 additions and 12 deletions
|
@ -3,6 +3,7 @@ return function()
|
|||
local builtin = require("telescope.builtin")
|
||||
|
||||
telescope.setup({
|
||||
defaults = { path_display = { "smart" } },
|
||||
pickers = { find_files = { find_command = { "fd", "-Ht", "f" } } },
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue