mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/blink-copilot: Mention in the description that copilot-lua is enabled by default
This commit is contained in:
parent
7d18194a22
commit
ce5d708018
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue