Update README.md

update to new vundle pulgin manager
This commit is contained in:
Procras 2014-08-26 22:58:22 +08:00
parent 5f6b0bcd22
commit 89d6d2f94c

View File

@ -12,7 +12,7 @@ How to install
Put this in your .vimrc
```vim
Bundle "Chiel92/vim-autoformat"
Plugin 'Chiel92/vim-autoformat'
```
Then restart vim and run `:BundleInstall`.