Nvim: disable show line in telescope lsp_references

main
Marko Korhonen 9 months ago
parent c9f95761bb
commit 5d998c8138
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -4,7 +4,7 @@ return function()
telescope.setup({
defaults = { path_display = { "smart" } },
pickers = { find_files = { find_command = { "fd", "-Ht", "f" } } },
pickers = { find_files = { find_command = { "fd", "-Ht", "f" } }, lsp_references = { show_line = false } },
})
telescope.load_extension("fzf")

Loading…
Cancel
Save