1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-24 09:51:00 +01:00

plugins/blink-cmp-copilot: init

This commit is contained in:
Heitor Augusto 2024-12-25 06:37:37 -03:00
parent 8938e09db1
commit ca3c7e29a8
No known key found for this signature in database
2 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
empty = {
plugins.blink-cmp-copilot.enable = true;
};
defaults = {
plugins.blink-cmp-copilot = {
enable = true;
};
};
}