Onivim 2 User Manual

Onivim 2 User Manual

  • Early Access
  • About
  • Timeline
  • Docs

›Languages

Getting Started

  • Why Onivim?
  • Installation
  • Vim Differences
  • Tips for Vim Users
  • Tips for VSCode Users
  • Modal Editing 101

Basic Usage

  • Moving Around
  • Editing and Deleting Text
  • Visual Mode (Selection)
  • Working with Files
  • Formatting
  • Language Features
  • Command Line
  • Integrated Terminal
  • Emmet
  • Snippets

Configuration

  • Settings
  • Key Bindings
  • Extensions

Languages

  • Reason & OCaml
  • ReScript
  • Python
  • Go
  • Java
  • C / C++
  • C#
  • Rust

For Developers

  • Architecture
  • Building from Source
  • How to Contribute
  • Style Guide
  • License Key Bounty

Other

  • FAQ
  • Appendix A: v2 Design Doc
  • Appendix B: More Resources
Edit

ReScript

Onivim does not come with out-of-the-box support for ReScript, but the rescript-vscode extension can be used with Onivim.

rescript-completion

Setup

  1. Follow the installation steps for ReScript, and make sure that you can build and run the project.

  2. Install the rescript-vscode extension:

rescript-install

Alternatively, the extension can be installed via the CLI: oni2 --install-extension chenglou92.rescript-vscode

  1. Open Onivim in the root folder of your project.

If everything goes well, the extension will prompt you to build your project:

rescript-build-prompt

Usage

As of writing, the rescript-vscode extension supports:

  • Syntax highlighting
  • Hover
  • Completion

More Info

  • ReScript Installation
  • rescript-vscode
← Reason & OCamlPython →
  • Setup
  • Usage
  • More Info
Onivim 2 User Manual
Docs
Getting StartedBasic UsageFor DevelopersFAQ
Community
RedditDiscordTwitter
More
GitHubStar
Copyright © 2022 Outrun Labs, LLC