Add Vim / Neovim plugin #117

Merged
jez merged 1 commits from patch-1 into master 2018-02-03 22:16:17 +01:00
1 changed files with 3 additions and 0 deletions

View File

@ -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) [haskell-ide-engine](https://github.com/haskell/haskell-ide-engine)
includes a `brittany` plugin that directly uses the brittany library. includes a `brittany` plugin that directly uses the brittany library.
Relevant for any editors that properly support the language-server-protocol. 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 # Usage