2025-03-16 13:01:53 +01:00
2025-03-16 08:40:31 +00:00
2025-03-16 09:48:29 +01:00

neovim-gemini

A Neovim plugin for interacting with the Google AI API (formerly Gemini).

Requirements

Installation

Use your favorite Neovim package manager (e.g., Lazy.nvim):

-- Example Lazy.nvim configuration
{
  "your_username/neovim-gemini", -- Replace with your GitHub username and repo name
  config = function()
    require("gemini").setup() -- Optional: Add a setup function in your init.lua
  end,
  dependencies = {}, -- Add any dependencies here
}
Description
A Neovim plugin for interacting with the Google AI API (formerly Gemini).
Readme 0BSD 422 KiB
Languages
Lua 100%