Skip to content

Commit

Permalink
update ycm config
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Feb 23, 2020
1 parent ec46661 commit f320411
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .ycm_extra_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@
'/usr/include/x86_64-linux-gnu',
'-isystem',
'/usr/local/include',

# Termux
'-isystem',
'/data/data/com.termux/files/usr/include',
'-isystem',
'/data/data/com.termux/files/usr/include/c++/v1',
'-isystem',
'/data/data/com.termux/files/usr/include/c++/v1/experimental',
]


Expand Down

0 comments on commit f320411

Please sign in to comment.