Update the dependencies section to reflect the use of ale in place of syntastic

This commit is contained in:
Kevin MacMartin 2018-03-13 11:56:49 -04:00
parent 662af8c9e2
commit e8413330cf

View file

@ -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)).