diff --git a/docs/text_editors.rst b/docs/text_editors.rst index da3e96f..a6a56c7 100644 --- a/docs/text_editors.rst +++ b/docs/text_editors.rst @@ -33,6 +33,11 @@ Emacs If you are `flycheck `_ user, you can use `flycheck-yamllint `_ integration. +Micro +----- + +The ``lint`` plugin by default included and enabled in `micro `_ uses yamllint to check all files of filetype yaml each time the buffer is saved, or when the ``> lint`` command is executed. yamllint will be run in the background and micro will display the linter's messages in the sidebar upon completion. + Other text editors ------------------