-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
Charles Qiu edited this page Oct 30, 2017
·
15 revisions
Please add below shell code to your "~/.bashrc" file.
export TERM=xterm-256color
You need to add full paths of your headers to your "~/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py" file. For example:
'-isystem',
'/usr/include',
'-isystem',
'/usr/include/c++/4.8'