chore: remove all copilot references
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
86ade85ed2
commit
70b5f7dab4
6 changed files with 0 additions and 81 deletions
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
plugins.copilot-cmp = {
|
||||
enable = true;
|
||||
};
|
||||
plugins.copilot-lua = {
|
||||
settings = {
|
||||
copilot = {
|
||||
suggestion = {
|
||||
enabled = false;
|
||||
};
|
||||
panel = {
|
||||
enabled = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
extraConfigLua = ''
|
||||
require("copilot").setup({
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
})
|
||||
'';
|
||||
}
|
||||
|
|
@ -34,7 +34,6 @@
|
|||
option.get_bufnrs.__raw = "vim.api.nvim_list_bufs";
|
||||
keywordLength = 3;
|
||||
}
|
||||
{ name = "copilot"; }
|
||||
{
|
||||
name = "path"; # file system paths
|
||||
keywordLength = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue