Merge pull request #122 from ZyX-I/support-VAM
Added support for vim-addon-manager, fixed indentation
This commit is contained in:
commit
360b6514bd
12
README.md
12
README.md
@ -49,6 +49,18 @@ NeoBundle 'Shougo/neosnippet.git'
|
||||
|
||||
3. Open up Vim and start installation with `:NeoBundleInstall`
|
||||
|
||||
### VAM (vim-addon-manager)
|
||||
|
||||
1. Setup the [vim-addon-manager](https://github.com/MarcWeber/vim-addon-manager)
|
||||
package manager.
|
||||
2. Add `neosnippet` to the list of addons in your vimrc:
|
||||
|
||||
```vim
|
||||
call vam#ActivateAddons(['neosnippet'])
|
||||
```
|
||||
|
||||
. Installation will start automatically when you open vim next time.
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user