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 3582717 commit e4c2237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ From within a `.lua` file, set the syntax to `LOVELY2D`. Autocomplete and hover
"lua-ls": {
"enabled": true,
"command": [
"C:\\Users\\johndoe\\lua-lsp\\sumneko.lua-1.19.1\\server\\bin\\Windows\\lua-language-server.exe", // Example for Windows
"C:\\Users\\johndoe\\lua-lsp\\sumneko.lua-1.19.1\\server\\bin\\Windows\\lua-language-server.exe",
"-E", "C:\\Users\\johndoe\\lua-lsp\\sumneko.lua-1.19.1\\server\\main.lua"
],
"selector": "source.lovely | source.lua",
Expand Down

0 comments on commit e4c2237

Please sign in to comment.