remove gemini.nvim

This commit is contained in:
krolxon 2025-06-25 15:39:20 +05:30
parent 2f5fe36c05
commit 2e9c70f940
1 changed files with 0 additions and 9 deletions

View File

@ -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" },