From c9a9a4a79708961781c3dfbe299e6b5d1e509f8f Mon Sep 17 00:00:00 2001 From: Jacob Benjamin Cholewa Date: Tue, 16 Aug 2016 13:12:19 +0200 Subject: [PATCH] Update index.rst Added a link for Syntastic. A vim plugin that provide compile checking using the solc compiler. --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 5ca5c4a96..4b3ace89c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,6 +56,9 @@ Available Solidity Integrations * `Vim Solidity `_ Plugin for the Vim editor providing syntax highlighting. +* `Vim Syntastic `_ + Plugin for the Vim editor providing compile checking. + Discontinued: * `Mix IDE `_