return { "VidocqH/lsp-lens.nvim", event = "LspAttach", opts = { sections = { definition = false, references = function(count) return "󰌹 Ref: " .. count end, implements = function(count) return "󰡱 Imp: " .. count end, git_authors = false, }, }, keys = { { "ue", "LspLensToggle", desc = "Toggle Lsp Lens" }, }, }