Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 548 Bytes

File metadata and controls

24 lines (15 loc) · 548 Bytes

Contributing

For large changes, behavior changes, or new features, please open an issue first to describe what you want to change and why.

Pull Requests

Please target branch ocv and keep your PR focused.

Make sure you have read #5 and comment there first if your PR targets one of these features.

Development

Requires Bun 1.3+.

bun install
bun test test/cli/tui/vim-motions.test.ts  # from packages/opencode

Running Locally

bun dev .