Skip to content

Commit

Permalink
Turn off auto completion
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Jul 11, 2023
1 parent 3847a6b commit 6480d21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/editor/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const customSetup = /*@__PURE__*/(() => [
syntaxHighlighting(defaultHighlightStyle, { fallback: true }),
bracketMatching(),
//closeBrackets(),
autocompletion(),
//autocompletion(),
rectangularSelection(),
crosshairCursor(),
highlightActiveLine(),
Expand All @@ -73,8 +73,8 @@ const customSetup = /*@__PURE__*/(() => [
...searchKeymap,
...historyKeymap,
...foldKeymap,
...completionKeymap,
...lintKeymap
//...completionKeymap,
//...lintKeymap
])
])();
/**
Expand Down

0 comments on commit 6480d21

Please sign in to comment.