mirror of
https://github.com/heyman/heynote.git
synced 2025-06-20 09:37:50 +02: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 }),
|
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
|
||||||
])
|
])
|
||||||
])();
|
])();
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user