Skip to content

Commit

Permalink
Add configuration for gopls
Browse files Browse the repository at this point in the history
  • Loading branch information
frou authored and tomv564 committed Apr 12, 2019
1 parent f63b12d commit 33c07f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LSP.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,13 @@
"syntaxes": ["Packages/Go/Go.sublime-syntax"],
"languageId": "go"
},
"gopls":
{
"command": ["gopls"],
"scopes": ["source.go"],
"syntaxes": ["Packages/Go/Go.sublime-syntax"],
"languageId": "go"
},
"jdtls":
{
"command": ["java", "-jar", "PATH_TO_JDT_SERVER/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar", "-configuration", "PATH_TO_CONFIG_DIR"],
Expand Down

0 comments on commit 33c07f7

Please sign in to comment.