Nvim: use default path in telescope

main
Marko Korhonen 9 months ago
parent f3dc5ebd34
commit 794e1b9d5c
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -3,8 +3,10 @@ return function()
local builtin = require("telescope.builtin")
telescope.setup({
defaults = { path_display = { "smart" } },
pickers = { find_files = { find_command = { "fd", "-Ht", "f" } }, lsp_references = { show_line = false } },
pickers = {
find_files = { find_command = { "fd", "-Ht", "f" } },
lsp_references = { show_line = false },
},
})
telescope.load_extension("fzf")

Loading…
Cancel
Save