gemini.nvim icon indicating copy to clipboard operation
gemini.nvim copied to clipboard

Installation issue: have to manually load the plugin

Open randomizedthinking opened this issue 4 months ago • 1 comments

I found that gemini.nvim is not usable after installation in my environment. After poking around, I realize that lua require('gemini').setup() is needed to load the plugin.

BTW, I use Packer to manage plugins, and gemini.nvim is configured to use just default options.

I wonder whether this is because the gemini.nvim plugin is named as gemini rather than gemini.nvim?

randomizedthinking avatar Aug 06 '25 22:08 randomizedthinking

I haven't use packer in a while. The documentation in README is probably outdated. You can try using the config function to run the setup.

kiddos avatar Aug 07 '25 02:08 kiddos