From 65de7d266cbe13363dd7ee40063417daf1bc6614 Mon Sep 17 00:00:00 2001 From: Andrew MacDonald Date: Tue, 19 May 2015 11:37:34 -0700 Subject: [PATCH] Add a link to tools/vim to use the Chromium YCM config with webrtc. The YCM plugin needs build configuration to enable the Clang-based completion engine for C++ code. This is provided by the tools/vim directory, but it expects to be in the same checkout as the file under edit. To use, follow the directions here: https://code.google.com/p/chromium/codesearch#chromium/src/tools/vim/chromium.ycm_extra_conf.py External YCM plugin: https://github.com/Valloric/YouCompleteMe google3 use: go/ycm R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/49359004 Cr-Commit-Position: refs/heads/master@{#9223} --- setup_links.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_links.py b/setup_links.py index 64366c1805..2060110b4f 100755 --- a/setup_links.py +++ b/setup_links.py @@ -71,6 +71,7 @@ DIRECTORIES = [ 'tools/python', 'tools/swarming_client', 'tools/valgrind', + 'tools/vim', 'tools/win', ]