From 2cbafbf2ab9b8b31889ac26f946768f635fa9b87 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Sat, 22 Sep 2012 02:16:49 +0200 Subject: [PATCH] add VAM instructions --- vim-colors-solarized/README.mkd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/vim-colors-solarized/README.mkd b/vim-colors-solarized/README.mkd index 1f4d0e6..af0ee55 100644 --- a/vim-colors-solarized/README.mkd +++ b/vim-colors-solarized/README.mkd @@ -42,6 +42,7 @@ instance). Issues, bug reports, changelogs are centralized at the main [Vim-only repository]: https://github.com/altercation/vim-colors-solarized [vimorg-script]: http://vim.org/script [Pathogen]: https://github.com/tpope/vim-pathogen +[vim-addon-manager]: https://github.com/MarcWeber/vim-addon-manager [Vundle]: https://github.com/gmarik/vundle Installation @@ -73,6 +74,19 @@ Installation $ 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 After either Option 1 or Option 2 above, put the following two lines in your