From f507319419c73b5bcb182dc5eef931562821d47e Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Tue, 28 Feb 2017 04:29:08 -0500 Subject: [PATCH] Doc: Add ALE Vim plugin --- docs/text_editors.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/text_editors.rst b/docs/text_editors.rst index 8909aa9..d9fec46 100644 --- a/docs/text_editors.rst +++ b/docs/text_editors.rst @@ -9,8 +9,12 @@ text editor. Vim --- -Assuming that the `syntastic `_ plugin -is installed, add to your ``.vimrc``: +Assuming that the `ALE `_ plugin is +installed, yamllint is supported by default. It is automatically enabled when +editing YAML files. + +If you instead use the `syntastic `_ +plugin, add this to your ``.vimrc``: ::