Turn off auto completion

This commit is contained in:
Jonatan Heyman 2023-07-12 00:26:28 +02:00
parent 3847a6b563
commit 6480d214ed
1 changed files with 3 additions and 3 deletions

View File

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