Skip to content

라즈베리파이에서 vim 매니저 플러그 설정

Notifications You must be signed in to change notification settings

dydgns2017/RaspberryPi_vimplug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

라즈베리파이에서 매니저 플러그인 vim-plug를 설치

Install

업데이트 및 vim 다운로드 ( 라즈베리파이에 기본적으로 vim 편집기가 깔려있지 않음 ㅠㅠ )

sudo apt-get update && sudo apt-get install -y vim
sudo apt-get install -y vim-python-jedi
sudo apt-get install -y cmake

vim-plug 다운로드

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Configuration

기본적인 NERDTree, Syntastic, vim-airline 플러그인들이 설치됨.

cd ~/.vim
git clone https://github.com/dydgns2017/RaspberryPi_vimplug.git 
mv RaspberryPi_vimplug/.vimrc RaspberryPi_vimplug/.vimrc.local ~ 
vim "+:PlugInstall" 

플러그인이 설치가 완료되면 :qa!로 vim을 종료시킨 뒤에 밑의 스크립트 실행

## youcompleteMe Error Fix
cd ~/.vim/plugged/youcompleteme
./install.py

vim 편집기가 잘 동작하는지 실행.

Reference

https://github.com/junegunn/vim-plug
https://bluesh55.github.io/2016/10/09/vim-ide/
https://vimawesome.com/?q=cat%3Alanguage
ycm-core/YouCompleteMe#914

About

라즈베리파이에서 vim 매니저 플러그 설정

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages