Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 925 Bytes

vim-you-complete-me.md

File metadata and controls

32 lines (21 loc) · 925 Bytes

VIM - YouCompleteMe

자동완성 플러그인

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