copilot-lua
URL: https://github.com/zbirenbaum/copilot.lua/
Maintainers: Heitor Augusto
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.nodePackage
The nodejs package to use. If non-null, will provide a default for settings.copilot_node_command
.
Type: null or package
Default:
pkgs.nodejs-18_x
Example:
pkgs.nodejs
Declared by: