mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: move copilot out of cmp
This commit is contained in:
@@ -376,7 +376,6 @@ in {
|
|||||||
"<C-Enter>" = "cmp.mapping.complete()";
|
"<C-Enter>" = "cmp.mapping.complete()";
|
||||||
};
|
};
|
||||||
sources = [
|
sources = [
|
||||||
{ name = "copilot"; }
|
|
||||||
{ name = "path"; }
|
{ name = "path"; }
|
||||||
{ name = "luasnip"; }
|
{ name = "luasnip"; }
|
||||||
{
|
{
|
||||||
@@ -395,15 +394,14 @@ in {
|
|||||||
completion.border = "rounded";
|
completion.border = "rounded";
|
||||||
documentation.border = "rounded";
|
documentation.border = "rounded";
|
||||||
};
|
};
|
||||||
experimental.ghost_text = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
which-key = { enable = true; };
|
which-key = { enable = true; };
|
||||||
|
|
||||||
copilot-lua = {
|
copilot-lua = {
|
||||||
panel.enabled = false;
|
enable = true;
|
||||||
suggestion.enabled = false;
|
suggestion.autoTrigger = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
openscad = {
|
openscad = {
|
||||||
|
|||||||
Reference in New Issue
Block a user