plugins/blink-copilot: Mention in the description that copilot-lua is enabled by default

This commit is contained in:
Gaetan Lepage 2025-05-04 18:00:23 +02:00 committed by nix-infra-bot
parent 7d18194a22
commit ce5d708018

View file

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