1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Enabling the addons
===================
This package provides a "rails" addon for the vim text editor.
It is not enabled by default. To enable it for you only, run:
$ vim-addons install rails
Similarly, to enable it for all users of this system just
execute (as root):
# vim-addons -w install rails
vim-addons is provided by the vim-addon-manager package, have a look at its
manpage for more information.
-- Antonio Terceiro <terceiro@debian.org> Mon, 29 Aug 2011 22:42:56 -0700
|