mirror of
https://github.com/altercation/solarized
synced 2024-11-22 03:33:03 +00:00
add VAM instructions
This commit is contained in:
parent
e4adbe6517
commit
2cbafbf2ab
1 changed files with 14 additions and 0 deletions
|
@ -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…
Reference in a new issue