From ce5d708018e11865e5079514319429081e4e194b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 4 May 2025 18:00:23 +0200 Subject: [PATCH] plugins/blink-copilot: Mention in the description that copilot-lua is enabled by default --- plugins/by-name/blink-copilot/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/by-name/blink-copilot/default.nix b/plugins/by-name/blink-copilot/default.nix index e01b0b24..8d72d1b2 100644 --- a/plugins/by-name/blink-copilot/default.nix +++ b/plugins/by-name/blink-copilot/default.nix @@ -8,6 +8,10 @@ lib.nixvim.plugins.mkNeovimPlugin { description = '' This plugin should be configured through blink-cmp's `sources.providers` settings. + `plugins.copilot-lua` will be enabled by default, to provide a working setup out-of-the-box. + You may disable it by explicitly adding `plugins.copilot-lua.enable = false` to your + configuration. + For example: ```nix