Skip to content

Commit 9a368e8

Browse files
unlimitedsoladeathbeam
authored andcommitted
fix: type annotation of config.providers
1 parent 80fd5d4 commit 9a368e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/CopilotChat/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ local select = require('CopilotChat.select')
4646
---@field answer_header string?
4747
---@field error_header string?
4848
---@field separator string?
49-
---@field providers table<string, CopilotChat.Provider?>
49+
---@field providers table<string, CopilotChat.Provider>?
5050
---@field contexts table<string, CopilotChat.config.context>?
5151
---@field prompts table<string, CopilotChat.config.prompt|string>?
5252
---@field mappings CopilotChat.config.mappings?

0 commit comments

Comments
 (0)