diff --git a/bin/assets/plugins/lspclient.json b/bin/assets/plugins/lspclient.json index 89643a04e..9ee948629 100644 --- a/bin/assets/plugins/lspclient.json +++ b/bin/assets/plugins/lspclient.json @@ -54,7 +54,13 @@ "url": "https://golang.org/x/tools/gopls", "command": "gopls", "file_patterns": ["%.go$"], - "rootIndicationFileNames": ["go.work", "go.mod", ".git"] + "rootIndicationFileNames": ["go.work", "go.mod", ".git"], + "initializationOptions": { + "usePlaceholders": true, + "semanticTokens": true, + "noSemanticString": true, + "noSemanticNumber": true + } }, { "language": "php",