From 4003d89f2e8b2a4ab14cfb6ef45e793a8459aa71 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Thu, 7 Dec 2017 11:52:35 -0800 Subject: [PATCH] Add src/ directory to .ycm_extra_conf.py --- .ycm_extra_conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py index 56688171..385f768c 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -4,6 +4,7 @@ def FlagsForFile( filename, **kwargs ): '-xc++', '-std=c++11', '-DLOGURU_WITH_STREAMS=1', + '-Isrc/', '-Ithird_party/', '-Ithird_party/doctest', '-Ithird_party/rapidjson/include',