plugins/copilot-cmp: move to by-name, migrate to mkNeovimPlugin

This commit is contained in:
Gaetan Lepage 2024-12-19 00:15:42 +01:00
parent 7aed1c4b57
commit 5d6e83d8ab
5 changed files with 87 additions and 74 deletions

View file

@ -12,12 +12,12 @@
suggestion.enabled = false;
};
copilot-cmp = {
copilot-cmp.settings = {
event = [
"InsertEnter"
"LspAttach"
];
fixPairs = true;
fix_pairs = true;
};
cmp = {