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

Go

Onivim supports the vscode-go extension:

go

Several language integration features are supported, like:

  • Code completion
  • Go-to definition
  • Formatting
  • Signature help

Setup

  1. Install the 'go' extension via the extensions pane
  2. Restart Onivim

Recommended configuration

The vscode-go extension supports various toolchains, but we recommend using the gopls language server:

  1. Run go get golang.org/x/tools/gopls@latest
  2. Set "go.useLanguageServer": true in your configuration.

For more information, see the gopls documentation

← PythonJava →
  • Setup
  • Recommended configuration
Onivim 2 User Manual
Docs
Getting StartedBasic UsageFor DevelopersFAQ
Community
RedditDiscordTwitter
More
GitHubStar
Copyright © 2022 Outrun Labs, LLC