1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
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 <capriott@debian.org> Wed, 18 Mar 2020 02:14:48 +0100
|