Nvim: disable show line in telescope lsp_references

This commit is contained in:
Marko Korhonen 2023-09-18 13:01:41 +03:00
parent 370ae38846
commit 78bff95587

View file

@ -4,7 +4,7 @@ return function()
telescope.setup({ telescope.setup({
defaults = { path_display = { "smart" } }, 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") telescope.load_extension("fzf")