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

Fix gopls install command

This commit is contained in:
Shougo Matsushita 2019-12-28 09:39:33 +09:00
parent d9eb2a58a9
commit 9bf7e12e77

View File

@ -40,7 +40,7 @@ args = ["--lsp"]
[language.go]
command = "gopls"
args = ["serve"]
install = [["go", "get", "-u", "golang.org/x/tools/cmd/gopls"]]
install = [["go", "get", "-u", "golang.org/x/tools/gopls"]]
[language.dart]
command = "dart_language_server"