copilot-chat
URL: https://github.com/CopilotC-Nvim/CopilotChat.nvim/
Maintainers: Gaetan Lepage
Chat with Github Copilot in Neovim.
plugins.copilot-chat.enable
Whether to enable copilot-chat.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.copilot-chat.package
The copilot-chat package to use.
Type: package
Default:
pkgs.vimPlugins.CopilotChat-nvim
Declared by:
plugins.copilot-chat.autoLoad
Whether to automatically load copilot-chat when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.copilot-chat.callSetup
Whether to generate the standard require('CopilotChat').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: