Skip to content

Commit

Permalink
docs: fix alignment in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlbach authored Jan 23, 2022
1 parent 5b85f5d commit 71c753f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The most common reasons a language server does not start or attach are:

3. Not triggering root detection. **Some** language servers will only start if it is opened in a directory, or child directory, containing a file which signals the *root* of the project. Most of the time, this is a `.git` folder, but each server defines the root config in the lua file. See [server_configurations.md](doc/server_configurations.md) or the source for the list of root directories.

4.You must pass `on_attach` and `capabilities` for **each** `setup {}` if you want these to take effect.
4. You must pass `on_attach` and `capabilities` for **each** `setup {}` if you want these to take effect.

5. **Do not call `setup {}` twice for the same server**. The second call to `setup {}` will overwrite the first.

Expand Down

0 comments on commit 71c753f

Please sign in to comment.