From d086140120dc1398d8149723979c1e347bdc7130 Mon Sep 17 00:00:00 2001 From: Jake Zimmerman Date: Wed, 24 Jan 2018 15:19:04 -0800 Subject: [PATCH] Add Vim / Neovim plugin I saw that you started an editor integration section, and thought that it might benefit from a Vim / Neovim section \o/ Thanks for this program by the way! --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3850fbd..cc264e4 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,9 @@ log the size of the input, but _not_ the full requests.) [haskell-ide-engine](https://github.com/haskell/haskell-ide-engine) includes a `brittany` plugin that directly uses the brittany library. Relevant for any editors that properly support the language-server-protocol. +#### Neovim / Vim 8 + The [Neoformat](https://github.com/sbdchd/neoformat) plugin comes with support for + brittany built in. # Usage