File: README.Debian

package info (click to toggle)
halibut 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 4,032 kB
  • sloc: ansic: 59,012; perl: 197; lisp: 76; makefile: 50; sh: 1
file content (19 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Halibut for Debian
------------------

In accordance with Debian's Vim policy, which requires that addons be
switched off by default since there is a cost to loading each addon, the
halibut package does not enable Vim syntax highlighting by default.  To do
so, install the vim-addon-manager package and run the following command as
the user who wishes to use it:

  vim-addons install halibut

Alternatively, you can symlink /usr/share/vim/addons/syntax/halibut.vim into
the ~/.vim/syntax/ directory (create it if it doesn't exist).

(Note that currently you need to use ':setf halibut' in Vim as well after
opening the file; .but files are not automatically detected as being Halibut
documentation.)

 -- Colin Watson <cjwatson@debian.org>  Sat, 20 Feb 2010 01:22:26 +0000