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;
};
};
}