blink-cmp-copilot
URL: https://github.com/giuxtaposition/blink-cmp-copilot/
Maintainers: Heitor Augusto
This plugin should be configured through blink-cmp's source settings.
For example:
plugins.blink-cmp = {
enable = true;
settings.sources = {
copilot = {
async = true;
module = "blink-cmp-copilot";
name = "copilot";
score_offset = 100;
};
};
};
And then you can add it as a source for blink-cmp:
plugins.blink-cmp = {
enable = true;
settings.sources.default = [
"lsp"
"path"
"luasnip"
"buffer"
"copilot"
];
};
plugins.blink-cmp-copilot.enable
Whether to enable blink-cmp-copilot.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.blink-cmp-copilot.package
The blink-cmp-copilot package to use.
Type: package
Default:
pkgs.vimPlugins.blink-cmp-copilot
Declared by:
plugins.blink-cmp-copilot.autoLoad
Whether to automatically load blink-cmp-copilot when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by: