1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00

plugins/copilot-lua: add copilot-lsp

Enables next edit suggestion support. Enabling configuration without
plugin will throw an error. Also, will allow sidekick to use copilot-lsp
for it's own support.
This commit is contained in:
Austin Horstman 2025-10-02 10:23:09 -05:00
parent dca0aa2def
commit a19a016458

View file

@ -1,4 +1,9 @@
{ config, lib, ... }:
{
config,
lib,
pkgs,
...
}:
let
inherit (lib) types;
inherit (lib.nixvim) defaultNullOpts;
@ -170,6 +175,11 @@ lib.nixvim.plugins.mkNeovimPlugin {
Please disable one of them.
'';
};
extraPlugins = [
# Next edit suggestion support
pkgs.vimPlugins.copilot-lsp
];
};
# TODO: introduced 2025-01-07: remove after 25.05