mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/copilot-vim: switch to settings option
This commit is contained in:
parent
7e279e6e91
commit
dd238fb80b
2 changed files with 62 additions and 20 deletions
|
@ -7,12 +7,15 @@
|
|||
plugins.copilot-vim = {
|
||||
enable = true;
|
||||
|
||||
filetypes = {
|
||||
"*" = false;
|
||||
python = true;
|
||||
settings = {
|
||||
filetypes = {
|
||||
"*" = false;
|
||||
python = true;
|
||||
};
|
||||
proxy = "localhost:3128";
|
||||
proxy_strict_ssl = false;
|
||||
workspace_folders = ["~/Projects/myproject"];
|
||||
};
|
||||
|
||||
proxy = "localhost:3128";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue