scope codemirror-helix
All checks were successful
Publish codemirror-helix / publish (push) Successful in 2m19s
All checks were successful
Publish codemirror-helix / publish (push) Successful in 2m19s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# codemirror-helix
|
||||
# @gregorlohaus/codemirror-helix
|
||||
|
||||
[Helix](https://helix-editor.com/)-style modal editing for [CodeMirror 6](https://codemirror.net/).
|
||||
|
||||
@@ -11,7 +11,7 @@ goto & match modes, textobjects, surround, registers, counts, and search.
|
||||
## Install
|
||||
|
||||
```sh
|
||||
bun add codemirror-helix
|
||||
bun add @gregorlohaus/codemirror-helix
|
||||
# peers: @codemirror/{state,view,commands,language,search}
|
||||
```
|
||||
|
||||
@@ -19,7 +19,7 @@ bun add codemirror-helix
|
||||
|
||||
```ts
|
||||
import { EditorView, basicSetup } from "codemirror";
|
||||
import { helix } from "codemirror-helix";
|
||||
import { helix } from "@gregorlohaus/codemirror-helix";
|
||||
|
||||
new EditorView({
|
||||
doc: "hello world",
|
||||
|
||||
Reference in New Issue
Block a user