From 19a9f153b925b64fc4712c432cfb8671afff27c0 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 9 Mar 2015 22:06:19 +0200 Subject: [PATCH] Add configuration example for VIM/YouCompleteMe by @ajford --- docs/ide.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ide.rst b/docs/ide.rst index b7d76fa7..a7dd0afc 100644 --- a/docs/ide.rst +++ b/docs/ide.rst @@ -39,9 +39,11 @@ VIM Recommended bundles: * Syntax highlight - `Arduino-syntax-file `_ -* Code Completion - `YouCompleteMe `_ +* Code Completion - `YouCompleteMe `_ (see configuration example by **Anthony Ford** `PlatformIO/YouCompleteMe Integration `_) * Syntax checking - `Syntastic `_ + + Put to the project directory ``Makefile`` wrapper with contents: .. code-block:: make