diff --git a/addons/lspclient/settings.json b/addons/lspclient/settings.json index 2ae60b188..3d583d576 100644 --- a/addons/lspclient/settings.json +++ b/addons/lspclient/settings.json @@ -1,18 +1,22 @@ { "servers": { "c": { "command": ["clangd", "-log=error", "--background-index"], "commandDebug": ["clangd", "-log=verbose", "--background-index"] }, "cpp": { "use": "c" }, + "go": { + "command": ["go-langserver"], + "commandDebug": ["go-langserver", "-trace"] + }, "python": { "command": ["python3", "-m", "pyls", "--check-parent-process"] }, "rust": { "command": "rls", "rootIndicationFileNames": ["Cargo.lock", "Cargo.toml"] } } }