gemini.nvim
gemini.nvim copied to clipboard
Installation issue: have to manually load the plugin
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?
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.