728x90
vimrc 파일에서 scrooloose/syntastic이 python3 구문 오류를 체크하도록 설정하자.
아래와 같이 두 문장을 .vimrc파일에 넣으면 된다.
let g:syntastic_python_python_exec = 'python3'
let g:syntastic_python_checkers = ['python']
Reference: https://stackoverflow.com/questions/23177561/switch-python-version-for-vim-syntastic
728x90
'컴퓨터 & IT (Computer & IT) > VIM' 카테고리의 다른 글
[Vim] Tab 활용 - 여러 파일들을 같이 작성 (0) | 2021.05.24 |
---|---|
[VIM] 코드 접기(Folding ) (0) | 2021.05.10 |
[VIM] Plugin 설치 및 자주 사용하는 플러그인 (0) | 2020.03.19 |
[VI/VIM ] 모드 및 기본명령어 (0) | 2020.03.19 |
[Vim] Jellybean colorscheme 변경 (0) | 2020.03.09 |
댓글