From 2a028134a5d319678730b310ca082be28fe76eea Mon Sep 17 00:00:00 2001 From: Matthias Thym Date: Tue, 5 Jan 2021 09:24:46 +0100 Subject: [PATCH] Add Micro editor integration documentation --- docs/text_editors.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 ------------------