just4fun / vimrc

Zoro's personal vim configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Check out from GitHub
git clone git@github.com:just4fun/vimrc.git ~/.vim
  1. Install plug-in manager for Vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. Create symbolic link for .vimrc
ln -s ~/.vim/.vimrc ~/.vimrc
  1. Install plugins via Vundle
vim +PluginInstall +qall
  1. Enjoy

About

Zoro's personal vim configuration.


Languages

Language:Vim Script 100.0%