plugins/copilot: rename copilot -> copilot-vim

This commit is contained in:
Gaetan Lepage 2023-06-22 09:48:17 +02:00 committed by Gaétan Lepage
parent 15b821db10
commit 7ae81019d9
5 changed files with 85 additions and 48 deletions

View file

@ -0,0 +1,18 @@
{
empty = {
plugins.copilot-vim.enable = true;
};
example = {
plugins.copilot-vim = {
enable = true;
filetypes = {
"*" = false;
python = true;
};
proxy = "localhost:3128";
};
};
}