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

Rust

Onivim supports rust via the matklad.rust-analyzer extension:

rust

The following features are supported:

  • Code completion
  • Diagnostics
  • Go-to definition
  • Hover
  • Document highlights

Setup

  1. Ensure you have rust and cargo installed: https://www.rust-lang.org/learn/get-started

  2. Install the extension via the command-line:

  • oni2 --install-extension matklad.rust-analyzer

Usage

Once installed, run oni2 in the your project's folder - for example: oni2 /path/to/rust-project, and then open a .rs file

The first time the extension activates, it may prompt you to download rust-analyzer binaries.

More Info

  • Rust-Analyzer Documentation
← C#Architecture →
Onivim 2 User Manual
Docs
Getting StartedBasic UsageFor DevelopersFAQ
Community
RedditDiscordTwitter
More
GitHubStar
Copyright © 2022 Outrun Labs, LLC