Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfiol committed Apr 21, 2021
1 parent 96cbd3a commit 3582717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ From within a `.lua` file, set the syntax to `LOVELY2D`. Autocomplete and hover

[Sublime LSP](https://github.com/sublimelsp/LSP) is an implementation of the Language Server Protocol for Sublime Text. You can use it in conjunction with LÖVELY2D for an even better LÖVE2D development experience.

1. Follow the instructions to install and enable the Lua language server [here](https://lsp.sublimetext.io/language_servers/#lua)
1. Follow the instructions to install and enable the Lua language server [here](https://lsp.sublimetext.io/language_servers/#lua).
2. In `LSP.sublime-settings`, modify the `selector` and `diagnostics` property so that LÖVELY2D Syntax files are correctly parsed and that diagnostics doesn't nag you about the `love` global. Example:

```json
Expand All @@ -56,4 +56,4 @@ From within a `.lua` file, set the syntax to `LOVELY2D`. Autocomplete and hover
}
}

```
```

0 comments on commit 3582717

Please sign in to comment.