Skip to content

Commit 65e0266

Browse files
committed
fixes honza#307
1 parent c90e10e commit 65e0266

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,29 @@ If you have VimL only (vim without python support) your best option is using
5151
garbas/vim-snipmate and cope with the minor bugs found in the engine.
5252

5353

54+
Installation
55+
============
56+
First be aware that there are many options, see "Snippet engines" above.
57+
Second be aware than there are [tons of plugin managers](http://vim-wiki.mawercer.de/wiki/topic/vim%20plugin%20managment.html)
58+
which is why Marc Weber thinks that it doesn't make sense to repeat the same
59+
repetitive information everywhere.
60+
61+
*Recommended way:*
62+
[vim-addon-manager](vim-addon-manager) (because Marc Weber wrote it for exactly
63+
this reason, it supports simple dependency management). Eg you're done by this
64+
line in your .vimrc:
65+
66+
```
67+
" assuming you want to use snipmate snippet engine
68+
ActivateAddons vim-snippets snipmate
69+
```
70+
71+
[vim-pi](https://bitbucket.org/vimcommunity/vim-pi/issue/90/we-really-need-a-web-interface)
72+
Is the place to discuss plugin managers and repository resources.
73+
74+
About how to install snipate see [snipmate@garbas](https://github.com/garbas/vim-snipmate)
75+
About how to install the other engines .. just use google (see above)
76+
5477
Policies / for contributors
5578
===========================
5679
Some snippets are useful for almost all languages, so let's try to have the same

0 commit comments

Comments
 (0)