Nvim: turn on smart path for telescope

main
Marko Korhonen 1 year ago
parent 098f21d4ba
commit c9f95761bb
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -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…
Cancel
Save