fix(copilot): don't enable blink when using copilot when blink is not installed. Fixes #4795
This commit is contained in:
1 file changed
+2
@@ -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 = {
|
||||
|
||||
Reference in new issue
Block a user