This commit is contained in:
Konstantinos Papadakis 2026-06-02 16:48:48 +03:00 committed by GitHub
commit 726c9ce646
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,11 @@ return {
{
"<leader>me",
function()
require("telescope").extensions.metals.commands()
if LazyVim.pick.picker.name == "telescope" then
require("telescope").extensions.metals.commands()
else
require("metals").commands()
end
end,
desc = "Metals commands",
},