본문 바로가기

etc/Ubuntu config

VIM 플러그인 설치하기


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

'etc > Ubuntu config' 카테고리의 다른 글

wireless lan configure  (0) 2015.11.13
powerline color customize  (0) 2015.06.01
우분투 xinetd설치 및 관리  (0) 2015.01.22
Linux 커널 소스 / Libc소스 받는곳  (0) 2015.01.22
ifconfig로 ip주소 간단하게 변경하기  (0) 2014.10.24