mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 13:24:28 +02:00
plugins/copilot: rename copilot -> copilot-vim
This commit is contained in:
parent
15b821db10
commit
7ae81019d9
5 changed files with 85 additions and 48 deletions
18
tests/test-sources/plugins/completion/copilot-vim.nix
Normal file
18
tests/test-sources/plugins/completion/copilot-vim.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.copilot-vim.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.copilot-vim = {
|
||||
enable = true;
|
||||
|
||||
filetypes = {
|
||||
"*" = false;
|
||||
python = true;
|
||||
};
|
||||
|
||||
proxy = "localhost:3128";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue