Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 901 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 901 Bytes

Reason parser for nvim-treesitter

This repository contains a thin wrapper around Reason parser for Tree-sitter to make it an easy-to-install NeoVim plugin.

Requirements

Installation

Add the plugin in your init.vim:

Plug 'danielo515/nvim-treesitter-reason'

or using packer.nvim:

use 'danielo515/nvim-treesitter-reason'

Install the newly available parser:

:TSInstall reason

Contributing

This is a technical repo containing a copy of the upstream Reason parser for Tree-sitter. Please, open issues and PR’s there. Unless the problem is indeed related to the plugin wrapping.