vim-pathogen for Debian ----------------------- Enabling the addons =================== This package provides a "pathogen" addon for the vim text editor. It is not enabled by default. To enable it for you only, run: $ vim-addons install pathogen Similarly, to enable it for all users of this system just execute (as root): # vim-addons -w install pathogen vim-addons is provided by the vim-addon-manager package, have a look at its manpage for more information. After installation, add the line: execute pathogen#infect() at the top of your .vimrc. -- Andrea Capriotti Wed, 18 Mar 2020 02:14:48 +0100