mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-23 21:11:05 +00:00
remove telescope completely
This commit is contained in:
parent
375dc25df1
commit
f2a86121e7
1 changed files with 8 additions and 14 deletions
|
|
@ -12,6 +12,14 @@ return {
|
||||||
{
|
{
|
||||||
"scalameta/nvim-metals",
|
"scalameta/nvim-metals",
|
||||||
keys = {
|
keys = {
|
||||||
|
{
|
||||||
|
"<localleader>e",
|
||||||
|
function()
|
||||||
|
require("metals").commands()
|
||||||
|
end,
|
||||||
|
ft = { "scala", "sbt", "java" },
|
||||||
|
desc = "Metals commands",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"<localleader>c",
|
"<localleader>c",
|
||||||
function()
|
function()
|
||||||
|
|
@ -92,18 +100,4 @@ return {
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"nvim-telescope/telescope.nvim",
|
|
||||||
optional = true,
|
|
||||||
keys = {
|
|
||||||
{
|
|
||||||
"<localleader>e",
|
|
||||||
function()
|
|
||||||
require("telescope").extensions.metals.commands()
|
|
||||||
end,
|
|
||||||
ft = { "scala", "sbt", "java" },
|
|
||||||
desc = "Metals commands",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue