Skip to content

ryo1107/vimset-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

How to install(mac)

  • 1st step
brew update
brew install vim python cmake go mono node rust
  • 2nd step

copy .vimrc

  • 3rd step

install plugin

cd ~/
vim +PlugInstall +qall
cd .vim/plugged/YouCompleteMe/
python2.7 ./install.py --all

fin!!

Linux

  • any
yum install cmake go
  • node
curl -sL https://rpm.nodesource.com/setup_10.x | bash -
yum install -y nodejs
  • rust
curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env
mkdir .vim
cd .vim
mkdir autoload
cd autoload
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
cd
vim +PlugInstall +qall
cd .vim/plugged/YouCompleteMe/
python2.7 ./install.py --all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published