mirror of
https://github.com/heyman/heynote.git
synced 2024-11-24 17:03:19 +01:00
Turn off auto completion
This commit is contained in:
parent
3847a6b563
commit
6480d214ed
@ -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
|
||||
])
|
||||
])();
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user