Nvim: turn on smart path for telescope

This commit is contained in:
Marko Korhonen 2023-09-18 12:54:49 +03:00
parent 098f21d4ba
commit c9f95761bb
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -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" } } },
})