Turn off auto completion

This commit is contained in:
Jonatan Heyman 2023-07-12 00:26:28 +02:00
parent 3847a6b563
commit 6480d214ed

View File

@ -60,7 +60,7 @@ const customSetup = /*@__PURE__*/(() => [
syntaxHighlighting(defaultHighlightStyle, { fallback: true }), syntaxHighlighting(defaultHighlightStyle, { fallback: true }),
bracketMatching(), bracketMatching(),
//closeBrackets(), //closeBrackets(),
autocompletion(), //autocompletion(),
rectangularSelection(), rectangularSelection(),
crosshairCursor(), crosshairCursor(),
highlightActiveLine(), highlightActiveLine(),
@ -73,8 +73,8 @@ const customSetup = /*@__PURE__*/(() => [
...searchKeymap, ...searchKeymap,
...historyKeymap, ...historyKeymap,
...foldKeymap, ...foldKeymap,
...completionKeymap, //...completionKeymap,
...lintKeymap //...lintKeymap
]) ])
])(); ])();
/** /**