You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,14 @@ The Lua language server provides various language features for Lua to make devel
32
32
The language server can easily be installed for use in VS Code, but it can also be used by other clients using the command line.
33
33
34
34
### Visual Studio Code
35
-
[](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
35
+
[](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
36
36
37
37
The language server and Visual Studio Code client can be installed from [the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sumneko.lua).
[](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#command-line)
42
+
[](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#command-line)
43
43
44
44
Check the [wiki for a guide](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#command-line) to install the language server for use on the command line. This allows the language server to be used for NeoVim and other clients that follow the language server protocol.
0 commit comments