File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed 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
51
51
garbas/vim-snipmate and cope with the minor bugs found in the engine.
52
52
53
53
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
+
54
77
Policies / for contributors
55
78
===========================
56
79
Some snippets are useful for almost all languages, so let's try to have the same
You can’t perform that action at this time.
0 commit comments