`vim`과`YouCompleteMe`
vim소스에서 파이썬 지원으로 설치 했습니다. 그런 다음 옵션을 사용 Vundle하여 설치 YouCompleteMe했습니다 --clang-completer. 다른 플러그인은 추가로 설치되어 있지 않으며 clanglib는 최신 버전입니다. 나는 .ycm_extra_conf.py다음과 같이 설정했다 . import os import ycm_core flags = [ '-Wall', '-w', '-Wextra', '-fexceptions', '-DNDEBUG', '-std=c++11', '-x', 'c++', '-isystem', '../BoostParts', '-isystem', '/usr/include/c++/4.9', '-isystem', '/usr/include/x86_64-linux-gnu/c++/4.9', '-isystem', '/usr/include/c++/4.9/backward', …