David-Kunz / gen.nvim

Neovim plugin to generate text using LLMs with customizable prompts
The Unlicense
992 stars 64 forks source link

Using Plugged as package manager? #51

Closed zevv closed 7 months ago

zevv commented 7 months ago

I'm loading Gen using

Plug 'David-Kunz/gen.nvim', {'branch': 'main'}                           

What's the proper way to pass the configuration in this case?

Thanks.

David-Kunz commented 7 months ago

Hi @zevv ,

You can just use

require('gen').setup({...})
zevv commented 7 months ago

Yes, thanks for that - my wrong for not properly reading the docs!