chatgpt
URL: https://github.com/jackMort/ChatGPT.nvim/
Maintainers: Gaetan Lepage
Effortless Natural Language Generation with OpenAI’s ChatGPT API
plugins.chatgpt.enable
Whether to enable chatgpt.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.chatgpt.package
The chatgpt package to use.
Type: package
Default:
pkgs.vimPlugins.ChatGPT-nvim
Declared by:
plugins.chatgpt.autoLoad
Whether to automatically load chatgpt when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.chatgpt.callSetup
Whether to generate the standard require('chatgpt').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: