mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-24 21:41:08 +00:00
Merge 0dd86835fe into 459a4c3b10
This commit is contained in:
commit
726c9ce646
1 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,11 @@ return {
|
||||||
{
|
{
|
||||||
"<leader>me",
|
"<leader>me",
|
||||||
function()
|
function()
|
||||||
require("telescope").extensions.metals.commands()
|
if LazyVim.pick.picker.name == "telescope" then
|
||||||
|
require("telescope").extensions.metals.commands()
|
||||||
|
else
|
||||||
|
require("metals").commands()
|
||||||
|
end
|
||||||
end,
|
end,
|
||||||
desc = "Metals commands",
|
desc = "Metals commands",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue