VIM - YouCompleteMe

1 min read

자동완성 플러그인

Windows

VIM 설치 : https://bintray.com/micbou/generic/vim

YouCompleteMe는 Python을 지원하도록 컴파일된 VIM 을 사용해야함.

Vundle 설정 : https://github.com/VundleVim/Vundle.vim

Vundle 에 YouCompleteMe 추가 :

Plugin 'Valloric/YouCompleteMe'

아래 프로그램 설치 :

아래 명령어로 설치 :

cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
install.py --tern-completer

© 2023 Raegon Kim