Added how Vim can use yamllint without any plugins

pull/156/head
Max Christian Pohle 7 years ago committed by Max Christian Pohle
parent bc7ac81707
commit fd78ee0395

@ -9,6 +9,13 @@ text editor.
Vim Vim
--- ---
In its standard installation the following command can be used to populate
Vims location list with yamllints results:
::
lexpr system("yamllint -f parsable ".expand("%")) | lopen
Assuming that the `ALE <https://github.com/w0rp/ale>`_ plugin is Assuming that the `ALE <https://github.com/w0rp/ale>`_ plugin is
installed, yamllint is supported by default. It is automatically enabled when installed, yamllint is supported by default. It is automatically enabled when
editing YAML files. editing YAML files.

Loading…
Cancel
Save