Skip to content

Instantly share code, notes, and snippets.

@nupamore
Created October 17, 2016 06:24
Show Gist options
  • Save nupamore/aecf95c010a20d4aa7acd632ad2a18ae to your computer and use it in GitHub Desktop.
Save nupamore/aecf95c010a20d4aa7acd632ad2a18ae to your computer and use it in GitHub Desktop.
1. vim을 설치합니다.
방법이 다양하니 맘대로 설치해주세요.
2. vim-plug를 설치합니다.
yum, npm의 vim버전이라 생각하면 됩니다.
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/…/vim-plug/master/plug.vim
쉘에서 위 코드를 실행하면 순식간에 설치가 완료됩니다.
3. ~/.vimrc(vim 설정파일)을 수정합니다.
일단 제 설정을 써보시고 취향대로 수정해주세요.
https://github.com/nupamore/dotfiles/blob/master/vimrc
4. 플러그인 적용
vim에서 :PlugInstall 을 실행합니다.
에러가 날 경우 git을 설치해주세요. (sudo yum install git)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment