WIP: Switch to NixOS #5
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue