From 3a017a5a220996b807e20b0de8f197ca13d3d160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Thu, 10 Mar 2016 08:59:31 +0100 Subject: [PATCH] Doc: Update Neovim integration documentation Since it has been merged into Neomake: https://github.com/benekastah/neomake/commit/45dfc5 https://github.com/benekastah/neomake/pull/289 --- docs/text_editors.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/text_editors.rst b/docs/text_editors.rst index 4eb6518..8909aa9 100644 --- a/docs/text_editors.rst +++ b/docs/text_editors.rst @@ -20,16 +20,8 @@ Neovim ------ Assuming that the `neomake `_ plugin is -installed, add to your ``.config/nvim/init.vim``: - -:: - - if executable('yamllint') - let g:neomake_yaml_yamllint_maker = { - \ 'args': ['-f', 'parsable'], - \ 'errorformat': '%E%f:%l:%c: [error] %m,%W%f:%l:%c: [warning] %m' } - let g:neomake_yaml_enabled_makers = ['yamllint'] - endif +installed, yamllint is supported by default. It is automatically enabled when +editing YAML files. Other text editors ------------------