Using the addons ================ The addons shipped by the "vim-scripts" package are *not* enabled per default. All the shipped addons however are installed as "optional" Vim packages. Therefore, they can be enabled via the "packadd!" command in your vimrc. For example, after having installed "vim-addon-manager", you can (as a user) enable the "gnupg" addon by adding: packadd! gnupg to your vimrc. If you (as a system administrator) want to do the same in a system-wide manner, so that all the users can benefit of the addon for free, you can do so by adding the same command to the system-wide vimrc. See ":help packages" for more information. -- James McCoy Wed, 06 Jan 2021 22:56:45 -0500 dtd2vim ======= dtd2vim generate vim XML data file from DTDs for the new DTD-base omni completion for XML files, see :help ft-xml-omni for more information. In order to use dtd2vim you have to install the "perlsgml" debian package, which contains the Perl DTD module required by dtd2vim. -- Stefano Zacchiroli Sun, 04 Feb 2007 19:04:45 +0100 vimplate ======== vimplate is a template plugin based on the Template Toolkit. In order to use it you have to install the "libtemplate-perl" debian package, which ships the Template Toolkit in Debian. -- Stefano Zacchiroli Wed, 07 Feb 2007 11:53:07 +0100