nvim: add unstable version of copilot lua
This commit is contained in:
parent
7d5ffb31f3
commit
44b84c849d
4 changed files with 51 additions and 21 deletions
|
|
@ -83,6 +83,11 @@
|
|||
inputs.nixpkgs-stable.follows = "stable";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
copilot-lua = {
|
||||
url = "github:zbirenbaum/copilot.lua";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue