install:
-
load:
git clone https://github.com/Valloric/YouCompleteMe.git
-
integrity checking:
git submodule update --init --recursive
-
install:(cmake is needed)
-
fast install:
pacman -S clang
python ./install.py --clang-completer --system-libclang
-
complete install:
...
-
config:
cp ~/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py ~/
-try:
-
final_flags.remove( '-stdlib=libc++' )
-except ValueError:
-
pass
+'-isystem',
+'/usr/include',
+'-isystem',
+'/usr/include/c++/7.1.1',