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 4869bff commit 5b49bffCopy full SHA for 5b49bff
doc/copilot.txt
@@ -160,6 +160,7 @@ Default configuration ~
160
copilot_node_command = 'node', -- Node.js version must be > 20
161
workspace_folders = {},
162
copilot_model = "",
163
+ disable_limit_reached_message = false, -- Set to `true` to suppress completion limit reached popup
164
root_dir = function()
165
return vim.fs.dirname(vim.fs.find(".git", { upward = true })[1])
166
end,
0 commit comments