Added support for vim-addon-manager, fixed indentation
Without proper indenting code snippets break list
This commit is contained in:
parent
e8922aebeb
commit
3b9c6706ca
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
|
||||
-------------
|
||||
|
||||
|
5
addon-info.json
Normal file
5
addon-info.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"neocomplcache": {}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user