From 21733e441dc01f7d85b483edee92b7e7507bfd9a Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Wed, 28 Jun 2017 12:37:37 -0400 Subject: [PATCH] Normalize ALE headers in Vim docs --- editors/vim/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/vim/README.md b/editors/vim/README.md index 5d5e55d1..86346101 100644 --- a/editors/vim/README.md +++ b/editors/vim/README.md @@ -203,7 +203,7 @@ g:prettier#config#parser = 'flow' ### ALE -### ALE - Installation +#### ALE - Installation [ALE](https://github.com/w0rp/ale) is an asynchronous lint engine for Vim that also has the ability to run formatters over code, including Prettier. For ALE @@ -219,7 +219,7 @@ Plug 'w0rp/ale' You can find further instructions on the [ALE repository](https://github.com/w0rp/ale#3-installation). -### ALE - Usage +#### ALE - Usage Once you've installed ALE you need to enable the Prettier fixer: @@ -233,7 +233,7 @@ ALE will first use the Prettier installed locally (in You can then run `:ALEFix` in a JavaScript file to run Prettier. -## ALE - Configuration +#### ALE - Configuration To have ALE run `prettier` when you save a file you can tell ALE to run automatically: