From 749ca52315b7c602c5761b657c8f6e11db2f3395 Mon Sep 17 00:00:00 2001 From: guaraqe Date: Tue, 10 Apr 2018 08:04:45 +0200 Subject: [PATCH] Add syntastic to prerequisites I could not use it at first since I didn't had syntastic installed, this can probably help others too. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c474a11..86c0a45 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ shows the types. * purs installed and available on your path * [purescript-vim](https://github.com/raichoo/purescript-vim) * `bower.json` or `package.json` file in the root path of your project +* `syntastic` for syntax checking ## Debugging Add the following to have psc-ide-vim spit out all logs: