Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 838 Bytes

File metadata and controls

21 lines (15 loc) · 838 Bytes

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.