copilot-lua
URL: https://github.com/zbirenbaum/copilot.lua/
Maintainers: Heitor Augusto
Fully featured & enhanced replacement for copilot.vim.
plugins.copilot-lua.enable
Whether to enable copilot-lua.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.copilot-lua.package
The copilot-lua package to use.
Type: package
Default:
pkgs.vimPlugins.copilot-lua
Declared by:
plugins.copilot-lua.autoLoad
Whether to automatically load copilot-lua when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.copilot-lua.callSetup
Whether to generate the standard require('copilot').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: