Nvim: turn on smart path for telescope
This commit is contained in:
parent
27e7e2458e
commit
370ae38846
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