Skip to content

Commit 076f0df

Browse files
committedJan 16, 2014
Better include path for YCM users
1 parent d098d4c commit 076f0df

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed
 

‎.ycm_extra_conf.py

+4-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@
1616
# language that the files to be compiled are written in. This is mostly
1717
# relevant for c++ headers.
1818
# For a C project, you would set this to 'c' instead of 'c++'.
19-
'-x',
20-
'c++',
21-
'-I',
22-
'.',
23-
'-isystem',
24-
'/usr/include',
25-
'-isystem',
26-
'/usr/local/include',
19+
'-x', 'c++',
20+
'-I', 'include',
21+
'-isystem', '/usr/include',
22+
'-isystem', '/usr/local/include',
2723
]
2824

2925

0 commit comments

Comments
 (0)
Please sign in to comment.