From d2b5f693096e75361f4c1d1e26360bfa8afcf099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Tue, 26 Jan 2016 17:20:22 +0100 Subject: [PATCH] Doc: Update Vim integration documentation Since it has been merged into Syntastic: https://github.com/scrooloose/syntastic/commit/8c4dadc https://github.com/scrooloose/syntastic/pull/1675 --- docs/text_editors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/text_editors.rst b/docs/text_editors.rst index e34dac0..4eb6518 100644 --- a/docs/text_editors.rst +++ b/docs/text_editors.rst @@ -14,7 +14,7 @@ is installed, add to your ``.vimrc``: :: - TODO + let g:syntastic_yaml_checkers = ['yamllint'] Neovim ------