Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 507 Bytes

vimsetup

Includes all vim-related plugins, configurations, and magic optimized for this repo's owner (@tnptop). Vundle is used as the plugin manager.

Installation

git clone https://github.com/tnptop/vimsetup.git /path/to/clone
cd /path/to/clone/vimsetup
./install.sh

Update

Pull the latest commits from remote to update. Symlink of .vimrc should do its work. To install new plugins, run vim +PluginInstall +qall.