From e8413330cf1f2e70af0ed8061a26c94031cc8b21 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 13 Mar 2018 11:56:49 -0400 Subject: [PATCH] Update the dependencies section to reflect the use of ale in place of syntastic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9405ace..a0f4c09 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A theme, config and collection of plugins for Vim. ## Optional Requirements ## -* **Compilers and Runtimes**: The syntastic plugin can use the compiler or runtime for most languages to provide real-time syntax checking. +* **Compilers, Linters and Runtimes**: The ale plugin can use compilers, linters and runtimes to provide real-time syntax checking. * **CTags**: Required by the _tagbar_ and _neocomplete_ plugins as well as the _gentags_ script ([ctags website](http://ctags.sourceforge.net)). * **Powerline Fonts**: Required to enable the fancier looking status line ([powerline-fonts repo](https://github.com/Lokaltog/powerline-fonts)).