diff --git a/assets/settings/default.json b/assets/settings/default.json index 9693a474e7..dc1040e1d0 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -1603,6 +1603,9 @@ "use_on_type_format": false, "allow_rewrap": "anywhere", "soft_wrap": "editor_width", + "completions": { + "words": "disabled" + }, "prettier": { "allowed": true } @@ -1616,6 +1619,9 @@ } }, "Plain Text": { + "completions": { + "words": "disabled" + }, "allow_rewrap": "anywhere" }, "Python": {