최근에이 가이드 에 따라 병원균을 통해 Syntastic을 설치했습니다.합성어가 C++에서 작동하지 않습니다
그러나 Syntax는 C++에서 작동하지 않습니다. 그러나 그것은 c에서 작동합니다. .cpp 파일을 열고 의도적으로 오류를 만들 때 아무 것도보고되지 않는 이유가 무엇인지 잘 모르겠습니다. 이것은 아마뿐만 아니라 다른 곳에서 답을했다
:syntax on
:set number
:set autoindent
:set cindent
set t_Co=256 "sets vim to 256 color
if &term =~ '256color'
" disable Background Color Erase (BCE) so that color schemes
" render properly when inside 256-color tmux and GNU screen.
set t_ut=
endif
"Synastic
let g:syntastic_cpp_compiler = 'clang++'
let g:syntastic_cpp_compiler_options = ' -std=c++11 -stdlib=libc++'
let g:syntastic_cpp_check_header = 1
nmap <F8> :TagbarToggle<CR> "maps f8 to tagbar toggle
execute pathogen#infect()
:colorscheme mustang