添加gemini插件

This commit is contained in:
captain 2025-07-10 09:09:49 +08:00
parent 557287033b
commit 82aff96755
4 changed files with 17 additions and 11 deletions

View file

@ -0,0 +1,7 @@
return {
"jonroosevelt/gemini-cli.nvim",
dependencies = {},
config = function()
require("gemini").setup()
end,
}