From 4f714a40eb8443bfbab32ebc49068c1cc14de05a Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sat, 14 Sep 2024 17:20:51 +0200 Subject: [PATCH] fix: resolving import under cursor with multiple candidates showed symbol twice --- lua/pymple/api.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/pymple/api.lua b/lua/pymple/api.lua index 49818cf..d57f2be 100644 --- a/lua/pymple/api.lua +++ b/lua/pymple/api.lua @@ -91,9 +91,6 @@ M.resolve_import_under_cursor = function() end vim.ui.select(candidate_statements, { prompt = "Select an import", - format_item = function(item) - return item .. string.format(".%s", symbol) - end, telescope = telescope_opts, }, function(selected) if selected then