diff options
-rw-r--r-- | settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings.json b/settings.json index 7fd1386..9bf85bd 100644 --- a/settings.json +++ b/settings.json @@ -4,7 +4,9 @@ { "command": "efm-langserver", "disabled": true, - "requires": [] + "requires": [ + "go" + ] } ], "c": [ |