Skip to content

Repository files navigation

codemirror-vim

Vim keybindings for CodeMirror.

This is a pnpm workspace containing three packages:

Development

pnpm install
pnpm run dev      # start the CodeMirror 6 demo
pnpm run test     # run the CodeMirror 6 test suite
pnpm run testAll  # run all tests, including cm5 and packaging checks

The repo ships a nix dev shell via direnv: direnv allow provides node, pnpm, and the browsers needed for tests.