Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 370 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 370 Bytes

Vim Config

Installation

  1. Download
git clone [email protected]:clintliang/Vim-config.git
  1. Install Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. Create .vimrc symbolic link
ln -s /PATH_TO_Vim-config/.vimrc ~/
  1. Install plugins: Launch vim and run :PluginInstall