nvim: use telescope for go to definition

This commit is contained in:
Primrose 2025-07-04 10:58:36 +02:00
parent e4fa75f0c3
commit 79ccdb1263
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,7 @@ telescope.setup {
},
lsp_references = {
layout_config = { height = 0.8 },
initial_mode = "normal",
},
live_grep = {
layout_config = { height = 0.8 },