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``: ::