nvim: add unstable version of copilot lua

This commit is contained in:
Moritz Böhme 2023-02-27 23:02:37 +01:00
parent 7d5ffb31f3
commit 44b84c849d
4 changed files with 51 additions and 21 deletions

View file

@ -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 =