1
1
mirror of https://github.com/codota/TabNine.git synced 2024-08-16 21:40:23 +03:00

Add gopls support

This commit is contained in:
Shougo Matsushita 2019-03-16 23:14:48 +09:00
parent ac476eb2ce
commit 198f7c3c35

View File

@ -38,9 +38,9 @@ command = "hie"
args = ["--lsp"]
[language.go]
command = "go-langserver"
args = ["-mode", "stdio", "-gocodecompletion"]
install = [["go", "get", "-u", "github.com/sourcegraph/go-langserver"]]
command = "gopls"
args = ["serve"]
install = [["go", "get", "-u", "golang.org/x/tools/cmd/gopls"]]
[language.dart]
command = "dart_language_server"