setup copilot inline suggestions + chat
This commit is contained in:
parent
7aca777bf9
commit
b13e372fd6
7 changed files with 116 additions and 2 deletions
|
@ -25,10 +25,14 @@
|
|||
system,
|
||||
...
|
||||
}: let
|
||||
pkgsWithUnfree = import inputs.nixpkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
nixvimLib = nixvim.lib.${system};
|
||||
nixvim' = nixvim.legacyPackages.${system};
|
||||
nixvimModule = {
|
||||
inherit pkgs;
|
||||
pkgs = pkgsWithUnfree;
|
||||
module = import ./config; # import the module directly
|
||||
# You can use `extraSpecialArgs` to pass additional arguments to your module files
|
||||
extraSpecialArgs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue