add VAM instructions

This commit is contained in:
Marc Weber 2012-09-22 02:16:49 +02:00
parent e4adbe6517
commit 2cbafbf2ab

View file

@ -42,6 +42,7 @@ instance). Issues, bug reports, changelogs are centralized at the main
[Vim-only repository]: https://github.com/altercation/vim-colors-solarized [Vim-only repository]: https://github.com/altercation/vim-colors-solarized
[vimorg-script]: http://vim.org/script [vimorg-script]: http://vim.org/script
[Pathogen]: https://github.com/tpope/vim-pathogen [Pathogen]: https://github.com/tpope/vim-pathogen
[vim-addon-manager]: https://github.com/MarcWeber/vim-addon-manager
[Vundle]: https://github.com/gmarik/vundle [Vundle]: https://github.com/gmarik/vundle
Installation Installation
@ -73,6 +74,19 @@ Installation
$ mv vim-colors-solarized ~/.vim/bundle/ $ mv vim-colors-solarized ~/.vim/bundle/
### Option 2: VAM installation ***(also recommended)***
1. Download and install [vim-addon-manager].
2. add to your .vimrc if you want this github repository:
call vam#ActivateAddons(['github:altercation/vim-colors-solarized'])
or this if you want to get the version which was uploaded to www.vim.org:
call vam#ActivateAddons(['Solarized'])
### Modify .vimrc ### Modify .vimrc
After either Option 1 or Option 2 above, put the following two lines in your After either Option 1 or Option 2 above, put the following two lines in your