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
- Host: GitHub
- URL: https://github.com/ericglau/vim-reach
- Owner: ericglau
- License: epl-2.0
- Created: 2021-03-03T02:52:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T06:51:52.000Z (over 5 years ago)
- Last Synced: 2025-02-09T02:15:39.259Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 808 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
