Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored May 4, 2024
1 parent 2b28a0e commit 11e123e
Show file tree
Hide file tree
Showing 4 changed files with 11,111 additions and 7,865 deletions.
2 changes: 1 addition & 1 deletion data/fixtures/recorded/actions/pasteBeforeToken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ initialState:
- anchor: {line: 0, character: 8}
active: {line: 0, character: 8}
marks: {}
clipboard: "value"
clipboard: value
finalState:
documentContents: hello value world
selections:
Expand Down
2 changes: 1 addition & 1 deletion packages/neovim-common/src/neovimHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
putToClipboard,
} from "@cursorless/neovim-common";
import { NeovimTextEditorImpl } from "./ide/neovim/NeovimTextEditorImpl";
import type { Neovim, NeovimClient } from "neovim";
import type { NeovimClient } from "neovim";
import { IDE } from "@cursorless/common";

export async function neovimClipboardCopy(
Expand Down
Loading

0 comments on commit 11e123e

Please sign in to comment.