You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23Lines changed: 23 additions & 0 deletions
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
0 commit comments