remove gemini.nvim
This commit is contained in:
parent
2f5fe36c05
commit
2e9c70f940
|
|
@ -61,15 +61,6 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
'kiddos/gemini.nvim',
|
|
||||||
-- lazy = false,
|
|
||||||
cmd = { "GeminiChat", "GeminiCodeReview", "GeminiUnitTest", "GeminiCodeExplain", "GeminiFunctionHint"},
|
|
||||||
config = function()
|
|
||||||
require('gemini').setup()
|
|
||||||
end
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"Zeioth/compiler.nvim",
|
"Zeioth/compiler.nvim",
|
||||||
cmd = { "CompilerOpen", "CompilerToggleResults", "CompilerRedo" },
|
cmd = { "CompilerOpen", "CompilerToggleResults", "CompilerRedo" },
|
||||||
|
|
|
||||||
Reference in New Issue