Skip to content

eddyzhow/vim_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim_setup

Installing eddyzhow Vim environment on another machine
cd ~
git clone https://github.com/eddyzhow/vim_setup.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
cd ~/.vim
git submodule init
git submodule update
Installing plugins as a git submodule
cd ~/.vim/
git submodule add http://github.com/user/someplugin.git bundle/someplugin
git add .
git commit -m "Install plugin bundle as a submodule."
External modules installation
sudo pip install flake8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published