all repos

init.lua @ 83d00ef860b1f65d2b6d1b913a191551f41d9b60

my nvim config
1 files changed, 6 insertions(+), 1 deletions(-)
refactor(telescope): update the look of lsp symbol picker
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 {} },