if vim.g.loaded_gemini then
    return
end
vim.g.loaded_gemini = true

-- Optional: Auto-setup the plugin
-- require("gemini").setup()