fix(telescope): wider layout for lsp definitions

This commit is contained in:
2026-02-25 00:28:54 +01:00
parent 2cbbb96631
commit e4eebc6ae9
+4
View File
@@ -87,6 +87,10 @@ return {
}, },
lsp_definitions = { lsp_definitions = {
initial_mode = "normal", initial_mode = "normal",
layout_config = {
width = 160,
preview_width = 80,
},
}, },
lsp_type_definitions = { lsp_type_definitions = {
initial_mode = "normal", initial_mode = "normal",