diff --git a/www/config.html b/www/config.html index d541a780..df8edc91 100644 --- a/www/config.html +++ b/www/config.html @@ -129,6 +129,8 @@ insertSpaces: true, quickSuggestions: { other: true, comments: false, strings: true }, suggestOnTriggerCharacters: true, + wordBasedSuggestions: false, + suggest: { showWords: false }, scrollBeyondLastLine: false, });