mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(copilot): don't enable blink when using copilot when blink is not installed. Fixes #4795
This commit is contained in:
parent
ad3e2b6354
commit
07a046867d
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,7 @@ return {
|
|||
specs = {
|
||||
{
|
||||
"nvim-cmp",
|
||||
optional = true,
|
||||
---@param opts cmp.ConfigSchema
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sources, 1, {
|
||||
|
@ -104,6 +105,7 @@ return {
|
|||
specs = {
|
||||
{
|
||||
"blink.cmp",
|
||||
optional = true,
|
||||
opts = {
|
||||
sources = {
|
||||
providers = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue