set smartindent
set tabstop=8
set shiftwidth=4
set softtabstop=4
let perl_want_scope_in_variables=1
let perl_extended_vars=1
let perl_include_pod=1
let perl_fold=1
colorscheme elflord
syntax on
hi Folded ctermfg=red
The folding is defined in the syntax file, so you must enable perl_fold before turning on syntax. I dislike the yellow folding (I want the folds to be very visible) that is default in elflord, so I use the "highlight" (hi) command to change it to red.
- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.
|