Einen schönen bunten vim bekommt man mit
:set t_Co=256
neuere xterms und rxvt sollten heutzutage auch mit 256 Farben klar kommen. Selbst Putty kann mittlerweile 256 Farben darstellen.
Passende ColorSchemes kann man auf vim.org runterladen.
Ach und wo wir gerade dabei sind:
Addons müssen jetzt in Lenny manuell aktiviert werden, denn
vim (1:7.1-022+1) unstable; urgency=low
* /usr/share/vim/addons/ is no longer in the vim runtimepath
This is intended to avoid arbitrarly clashes among addons installed
system-wide and enabled by default, and to set up a common ground for Vim
extensions of various kinds. From now on vim addons won't be enabled by
default upon installation but will need to be enabled on a per-addon basis
either in a system-wide manner (affecting all users of the system) or by
each user who wants to use them. A tool exists for helping with addon
management: it is called "vim-addons" and is shipped by the package
"vim-addon-manager"; all vim addon packages should recommend it.
For more information see the VIM packaging policy (available on the web at
http://pkg-vim.alioth.debian.org/vim-policy.html/index.html) and the
manual page of vim-addons, available in the vim-addon-manager package.
