Minor fixes
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
-- ~/.config/nvim/plugin/gemini/api.lua
|
||||
-- plugin/gemini/api.lua
|
||||
|
||||
local M = {}
|
||||
|
||||
|
@ -48,6 +48,7 @@ end, { desc = "Query Google AI (via Input)" })
|
||||
-- Add a setup function (even if it's empty)
|
||||
local function setup()
|
||||
print("gemini.setup() called") -- For debugging
|
||||
local api = require("gemini.api")
|
||||
print("api module loaded:", api) -- For debugging
|
||||
-- Optional: Add any initialization logic here
|
||||
end
|
||||
|
Reference in New Issue
Block a user