aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-07-24 05:33:32 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-07-24 05:33:32 +0000
commit3d0ecace04ba23b926a522579ed998173492737e (patch)
tree31b96bd141f1a2f9143da91889296bbfc13a27a9 /doc
parentdocs: fix typos in arduino_language_server (#3246) (diff)
downloadnvim-lspconfig-3d0ecace04ba23b926a522579ed998173492737e.tar
nvim-lspconfig-3d0ecace04ba23b926a522579ed998173492737e.tar.gz
nvim-lspconfig-3d0ecace04ba23b926a522579ed998173492737e.tar.bz2
nvim-lspconfig-3d0ecace04ba23b926a522579ed998173492737e.tar.lz
nvim-lspconfig-3d0ecace04ba23b926a522579ed998173492737e.tar.xz
nvim-lspconfig-3d0ecace04ba23b926a522579ed998173492737e.tar.zst
nvim-lspconfig-3d0ecace04ba23b926a522579ed998173492737e.zip
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/server_configurations.md8
-rw-r--r--doc/server_configurations.txt8
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 39241e07..12bd3b96 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -688,10 +688,10 @@ If you don't have a sketch yet create one.
```sh
$ arduino-cli sketch new test
-$ cd test
+$ cd test
```
-You will need a `sketch.yaml` file in order for the language server to understand your project. It will also save you passing options to `arduino-cli` each time you compile or upload a file. You can generate the file like using the following commands.
+You will need a `sketch.yaml` file in order for the language server to understand your project. It will also save you passing options to `arduino-cli` each time you compile or upload a file. You can generate the file by using the following commands.
First gather some information about your board. Make sure your board is connected and run the following:
@@ -708,7 +708,7 @@ Then generate the file:
arduino-cli board attach -p /dev/ttyACM0 -b arduino:avr:uno test.ino
```
-The resulting file should like like this:
+The resulting file should look like this:
```yaml
default_fqbn: arduino:avr:uno
@@ -723,7 +723,7 @@ Your folder structure should look like this:
└── sketch.yaml
```
-For further instruction about configuration options, run `arduino-language-server --help`.
+For further instructions about configuration options, run `arduino-language-server --help`.
Note that an upstream bug makes keywords in some cases become undefined by the language server.
Ref: https://github.com/arduino/arduino-ide/issues/159
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 39241e07..12bd3b96 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -688,10 +688,10 @@ If you don't have a sketch yet create one.
```sh
$ arduino-cli sketch new test
-$ cd test
+$ cd test
```
-You will need a `sketch.yaml` file in order for the language server to understand your project. It will also save you passing options to `arduino-cli` each time you compile or upload a file. You can generate the file like using the following commands.
+You will need a `sketch.yaml` file in order for the language server to understand your project. It will also save you passing options to `arduino-cli` each time you compile or upload a file. You can generate the file by using the following commands.
First gather some information about your board. Make sure your board is connected and run the following:
@@ -708,7 +708,7 @@ Then generate the file:
arduino-cli board attach -p /dev/ttyACM0 -b arduino:avr:uno test.ino
```
-The resulting file should like like this:
+The resulting file should look like this:
```yaml
default_fqbn: arduino:avr:uno
@@ -723,7 +723,7 @@ Your folder structure should look like this:
└── sketch.yaml
```
-For further instruction about configuration options, run `arduino-language-server --help`.
+For further instructions about configuration options, run `arduino-language-server --help`.
Note that an upstream bug makes keywords in some cases become undefined by the language server.
Ref: https://github.com/arduino/arduino-ide/issues/159