Browse Source

Merge 2cbafbf2ab into 62f656a02f

pull/222/merge
Marc Weber 8 years ago committed by GitHub
parent
commit
3eaaa3f75c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      vim-colors-solarized/README.mkd

14
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

Loading…
Cancel
Save