You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Override copilot lsp client settings. The `settings` field is where you can set the values of the options defined in [SettingsOpts.md](./SettingsOpts.md).
299
-
These options are specific to the copilot lsp and can be used to customize its behavior. Ensure that the name field is not overriden as is is used for
299
+
These options are specific to the copilot lsp and can be used to customize its behavior. Ensure that the name field is not overridden as is is used for
300
300
efficiency reasons in numerous checks to verify copilot is actually running. See `:h vim.lsp.start_client` for list of options.
301
301
302
302
Example:
@@ -340,7 +340,7 @@ If none is found, it will use the current working directory.
340
340
341
341
This function is called to determine if copilot should attach to the buffer or not.
342
342
It is useful if you would like to go beyond the filetypes and have more control over when copilot should attach.
343
-
You can also use it to attach to buflisted buffers by simply omiting that portion from the function.
343
+
You can also use it to attach to buflisted buffers by simply omitting that portion from the function.
344
344
Since this happens before attaching to the buffer, it is good to prevent Copilot from reading sensitive files.
0 commit comments