fix: nil copilor autosuggestion
This commit is contained in:
parent
b4e5e444bb
commit
7fc7a4badd
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ return {
|
||||||
max_tokens = 4096,
|
max_tokens = 4096,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
auto_suggestions_provider = "copilot", -- Since auto-suggestions are a high-frequency operation and therefore expensive, it is recommended to specify an inexpensive provider or even a free provider: copilot
|
auto_suggestions_provider = nil, -- Since auto-suggestions are a high-frequency operation and therefore expensive, it is recommended to specify an inexpensive provider or even a free provider: copilot
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue