Skip to content

Commit

Permalink
fixes #307
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcWeber committed Feb 6, 2014
1 parent c90e10e commit 65e0266
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,29 @@ If you have VimL only (vim without python support) your best option is using
garbas/vim-snipmate and cope with the minor bugs found in the engine.


Installation
============
First be aware that there are many options, see "Snippet engines" above.
Second be aware than there are [tons of plugin managers](http://vim-wiki.mawercer.de/wiki/topic/vim%20plugin%20managment.html)
which is why Marc Weber thinks that it doesn't make sense to repeat the same
repetitive information everywhere.

*Recommended way:*
[vim-addon-manager](vim-addon-manager) (because Marc Weber wrote it for exactly

This comment has been minimized.

Copy link
@BrandonMathis

BrandonMathis Feb 7, 2014

This links to a 404 page. 🙈
#307

this reason, it supports simple dependency management). Eg you're done by this
line in your .vimrc:

```
" assuming you want to use snipmate snippet engine
ActivateAddons vim-snippets snipmate
```

[vim-pi](https://bitbucket.org/vimcommunity/vim-pi/issue/90/we-really-need-a-web-interface)

This comment has been minimized.

Copy link
@BrandonMathis

BrandonMathis Feb 7, 2014

I think this should link to https://bitbucket.org/vimcommunity/vim-pi and not an issue.

Is the place to discuss plugin managers and repository resources.

About how to install snipate see [snipmate@garbas](https://github.com/garbas/vim-snipmate)
About how to install the other engines .. just use google (see above)

Policies / for contributors
===========================
Some snippets are useful for almost all languages, so let's try to have the same
Expand Down

0 comments on commit 65e0266

Please sign in to comment.