Lua Language Server

Tips and information on how to install and use language servers with the editor.
Post Reply
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Lua Language Server

Post by Rickard Johansson »

Lua language server
https://github.com/LuaLS/lua-language-server

Install: https://github.com/LuaLS/lua-language-s ... mmand-line

Now you can add the server to a project.

Add the server in project/sites settings

Server name
Lua language server

Command
lua-language-server.exe

Initial folder
<path-to-directory>\bin

Command line arguments

File extension and language id
.lua=lua

Communication channel
* Command line (stdio)

Source folders
<Path to your go project files>

Initialize options
{}
Post Reply