File: README.Debian

package info (click to toggle)
vim-pathogen 2.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: sh: 26; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (2)
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