From 6201be4087c9af669d097b808352d07a32d3a7ed Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 23 Dec 2017 15:08:43 -0600 Subject: [PATCH] readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3196973..dd58bef 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ [![Build Status](https://travis-ci.org/vmchale/ats-vim.svg?branch=master)](https://travis-ci.org/vmchale/ats-vim) -This provides detection and syntax highlighting for ATS programs. +This provides detection and syntax highlighting for ATS. It can also optionally +format output with [ats-format](https://github.com/vmchale/ats-format/). ## Installation +Using [vim-plg](https://github.com/junegunn/vim-plug): + ```vim Plug 'vmchale/ats-vim' ```