mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-07 19:35:01 +02:00
treewide: Reformat with nixfmt
This commit is contained in:
parent
c6281260dc
commit
62f32bfc71
459 changed files with 28139 additions and 26377 deletions
|
@ -13,15 +13,16 @@
|
|||
};
|
||||
|
||||
copilot-cmp = {
|
||||
event = ["InsertEnter" "LspAttach"];
|
||||
event = [
|
||||
"InsertEnter"
|
||||
"LspAttach"
|
||||
];
|
||||
fixPairs = true;
|
||||
};
|
||||
|
||||
cmp = {
|
||||
enable = true;
|
||||
settings.sources = [
|
||||
{name = "copilot";}
|
||||
];
|
||||
settings.sources = [ { name = "copilot"; } ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue