etc/Ubuntu config
VIM 플러그인 설치하기
Sanguine
2015. 6. 1. 02:30
powerline 설치
http://humb1ec0ding.github.io/2013/11/26/ubuntu-powerline-beautify-the-stateline.html
vundle 설치 -> 다른 플러그인들 설치해주기 위해 필요
http://blog.skyserv.kr/15
syntastic 설치 -> ":w" 누르면 C, C++, python 에러 표시해줌
http://kbs0210.tistory.com/3
아래의 내용도 추가 해줘야함.
let g:syntastic_check_on_open=1
let g:syntastic_enable_signs=1
YouCompleteMe 설치 -> "탭" 누르면 C, C++, python 코딩 자동완성
$cd ~/.vim/bundle
$git clone https://github.com/Valloric/YouCompleteMe.git
$cd YouCompleteMe
$git submodule update --init --recursive
$./install.sh --clang-completer