We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee01a5 commit 68740ccCopy full SHA for 68740cc
lua/copilot/model.lua
@@ -66,7 +66,7 @@ end
66
--- Interactive model selection using vim.ui.select
67
---@param opts? { force?: boolean, args?: string }
68
function M.select(opts)
69
- opts = opts or {}
+ _ = opts or {}
70
71
local client = c.get()
72
if not client then
@@ -140,7 +140,7 @@ end
140
--- List available completion models
141
142
function M.list(opts)
143
144
145
146
@@ -184,7 +184,7 @@ end
184
--- Show the current model
185
186
function M.get(opts)
187
188
189
local current = M.get_current_model()
190
if current == "" then
0 commit comments