Skip to content

Commit 0d56d43

Browse files
omahsAntoineGS
authored andcommitted
fix: typos
1 parent 6a3134e commit 0d56d43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Note that if you have the variable set, even empty, the LSP will attempt to use
4444
You have to run the `require("copilot").setup(options)` function in order to start Copilot.
4545
If no options are provided, the defaults are used.
4646

47-
Because the copilot server takes some time to start up, it is recommend that you lazy load copilot.
47+
Because the copilot server takes some time to start up, it is recommended that you lazy load copilot.
4848
For example:
4949

5050
```lua
@@ -296,7 +296,7 @@ copilot_node_command = vim.fn.expand("$HOME") .. "/.config/nvm/versions/node/v20
296296
### server_opts_overrides
297297

298298
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
300300
efficiency reasons in numerous checks to verify copilot is actually running. See `:h vim.lsp.start_client` for list of options.
301301

302302
Example:
@@ -340,7 +340,7 @@ If none is found, it will use the current working directory.
340340

341341
This function is called to determine if copilot should attach to the buffer or not.
342342
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.
344344
Since this happens before attaching to the buffer, it is good to prevent Copilot from reading sensitive files.
345345

346346
An example of this would be:

0 commit comments

Comments
 (0)