An open API service indexing awesome lists of open source software.

https://github.com/ericglau/vim-reach

Reach language support in Vim/Neovim
https://github.com/ericglau/vim-reach

Last synced: over 1 year ago
JSON representation

Reach language support in Vim/Neovim

Awesome Lists containing this project

README

          

# Vim/Neovim Reach

Language Support for [Reach](https://reach.sh/) in Vim/Neovim.

Makes use of the [Reach language server](https://github.com/reach-sh/reach-ide) and [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim).

Tested on Mac OS. Probably works on Linux.

## Installation

### Vim

Git clone this repo and run `./install-vim-reach.sh`

### Neovim

Git clone this repo and run `./install-neovim-reach.sh`

## Usage

- Compile errors: automatically highlighted
- Quick Fix: put cursor over a compile error and press F3, then choose a suggested quick fix
- Hover Definitions: put cursor over any Reach statement and press F4 to view more information

![Screenshot](screenshot.png)