mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
Disable search
This commit is contained in:
parent
c3b315b158
commit
3bec8368c0
@ -21,7 +21,6 @@ import {
|
||||
syntaxHighlighting,
|
||||
} from '@codemirror/language';
|
||||
import { lintKeymap } from '@codemirror/lint';
|
||||
import { highlightSelectionMatches, searchKeymap } from '@codemirror/search';
|
||||
import { EditorState } from '@codemirror/state';
|
||||
import {
|
||||
dropCursor,
|
||||
@ -49,11 +48,9 @@ const editorSetup = (() => [
|
||||
closeBrackets(),
|
||||
autocompletion(),
|
||||
highlightActiveLine(),
|
||||
highlightSelectionMatches(),
|
||||
keymap.of([
|
||||
...closeBracketsKeymap,
|
||||
...defaultKeymap,
|
||||
...searchKeymap,
|
||||
...historyKeymap,
|
||||
...foldKeymap,
|
||||
...completionKeymap,
|
||||
|
Loading…
Reference in New Issue
Block a user