mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 00:04:33 +02:00
plugins/copilot-cmp: move to by-name, migrate to mkNeovimPlugin
This commit is contained in:
parent
7aed1c4b57
commit
5d6e83d8ab
5 changed files with 87 additions and 74 deletions
|
@ -12,12 +12,12 @@
|
|||
suggestion.enabled = false;
|
||||
};
|
||||
|
||||
copilot-cmp = {
|
||||
copilot-cmp.settings = {
|
||||
event = [
|
||||
"InsertEnter"
|
||||
"LspAttach"
|
||||
];
|
||||
fixPairs = true;
|
||||
fix_pairs = true;
|
||||
};
|
||||
|
||||
cmp = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue