We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba7386 commit 2fe34dbCopy full SHA for 2fe34db
README.md
@@ -158,7 +158,7 @@ require('copilot').setup({
158
},
159
copilot_node_command = 'node', -- Node.js version must be > 20
160
workspace_folders = {},
161
- copilot_model = "", -- Current LSP default is gpt-35-turbo, supports gpt-4o-copilot
+ copilot_model = "",
162
root_dir = function()
163
return vim.fs.dirname(vim.fs.find(".git", { upward = true })[1])
164
end,
0 commit comments