1 files changed,
6 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-02-05 23:38:00 +0200
Parent:
e8f3106
M
lua/plugins/telescope.lua
@@ -52,7 +52,12 @@ git_status = { theme = "ivy" },
lsp_definitions = { theme = "ivy" }, lsp_references = { theme = "ivy" }, lsp_implementations = { theme = "ivy" }, - lsp_document_symbols = { theme = "ivy" }, + lsp_document_symbols = { + theme = "ivy", + fname_width = 0.1, + symbol_width = 0.8, + symbol_type_width = 0.1, + }, }, extensions = { ["ui-select"] = { require("telescope.themes").get_ivy {} },