Skip to content

Commit

Permalink
update ycm config
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Oct 22, 2017
1 parent c1fc6c2 commit 784b263
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ycm_extra_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@

# c/c++ include path
'-isystem',
'/usr/include',
'-isystem',
'/usr/local/include',
'-isystem',
'/usr/include/c++/4.8',
'-isystem',
'/usr/include/c++/4.8.5',
Expand All @@ -79,6 +75,10 @@
'/usr/include/c++/7',
'-isystem',
'/usr/include/c++/8',
'-isystem',
'/usr/include',
'-isystem',
'/usr/local/include',

#'-isystem',
# This path will only work on OS X, but extra paths that don't exist are not
Expand Down

0 comments on commit 784b263

Please sign in to comment.