mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 03:34:10 -05:00
Update the dependencies section to reflect the use of ale in place of syntastic
This commit is contained in:
parent
662af8c9e2
commit
e8413330cf
1 changed files with 1 additions and 1 deletions
|
@ -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)).
|
||||
|
||||
|
|
Loading…
Reference in a new issue