@@ -82,15 +82,15 @@ For more see the UltiSnips docs (`:help UltiSnips`).
82
82
Installation
83
83
------------
84
84
85
- First be aware that there are many options, see "Snippet engines" above.
86
- Second be aware than there are [ tons of plugin managers] ( http://vim-wiki.mawercer.de/wiki/topic/vim%20plugin%20managment.html )
87
- which is why Marc Weber thinks that it doesn't make sense to repeat the same
88
- repetitive information everywhere.
85
+ First be aware that there are many options, see "Snippet engines" above. Second
86
+ be aware than there are [ tons of plugin managers] [ 8 ] which is why Marc Weber
87
+ thinks that it doesn't make sense to repeat the same repetitive information
88
+ everywhere.
89
89
90
- * Recommended way: *
91
- [ vim-addon-manager] ( https://github.com/MarcWeber/vim-addon-manager ) (because Marc Weber wrote it for exactly
92
- this reason, it supports simple dependency management) . E.g. you're done by this
93
- line in your ` .vimrc ` :
90
+ The recommended way to install these snippets is by using
91
+ [ vim-addon-manager] [ 9 ] . Marc Weber wrote it for exactly this reason, it
92
+ supports simple dependency management. E.g. all you need is this line in your
93
+ ` .vimrc ` :
94
94
95
95
``` vim
96
96
" assuming you want to use snipmate snippet engine
@@ -100,20 +100,18 @@ ActivateAddons vim-snippets snipmate
100
100
[ vim-pi] ( https://bitbucket.org/vimcommunity/vim-pi/issue/90/we-really-need-a-web-interface )
101
101
Is the place to discuss plugin managers and repository resources.
102
102
103
- About how to install snipMate see [ snipmate@garbas] ( https://github.com/garbas/vim-snipmate )
103
+ For snipMate installation instructions, please see [ snipmate@garbas] [ 1 ] .
104
104
105
- (Bundle, Pathogen, git clone - keywords to make people find this link by ctrl-f search)
106
- I know that I should be reading the docs of the snippet engine, just let me copy paste into my ` .vimrc ` :
107
- [ See this pull request] ( https://github.com/honza/vim-snippets/pull/307/files ) .
105
+ Pull requests adding installation instructions for Pathogen, Bundle, git clone,
106
+ etc. are welcome and much appreciated.
108
107
109
108
Getting help
110
109
------------
111
110
112
- If you still have trouble getting this to work create a GitHub ticket, ask on
113
- IRC or the mailing list.
111
+ If you still have trouble getting this to work, please create a GitHub issue.
114
112
115
- Policies / for contributors
116
- ---------------------------
113
+ Things to consider when contributing
114
+ ------------------------------------
117
115
118
116
Some snippets are useful for almost all languages, so let's try to have the same
119
117
triggers for them:
@@ -251,3 +249,5 @@ terms of the MIT license.
251
249
[ 3 ] : http://github.com/garbas
252
250
[ 4 ] : http://github.com/garbas/vim-snipmate
253
251
[ 7 ] : http://github.com/SirVer/ultisnips
252
+ [ 8 ] : http://vim-wiki.mawercer.de/wiki/topic/vim%20plugin%20managment.html
253
+ [ 9 ] : https://github.com/MarcWeber/vim-addon-manager
0 commit comments