-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.
Sorry, something went wrong. |
||
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.
Sorry, something went wrong.
BrandonMathis
|
||
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 | ||
|
This links to a 404 page. 🙈
#307