Recently I’ve installed the perl-support plugin for vim. However having installed as instructed I got the following error:
“Global template file ‘/usr/share/vim/vimfiles/perl-support/templates/Templates’ not readable”
As I don’t really want to mess with settings for everyone I pointed vim at the local version by added a line in .vimrc to set the global variable:
let g:Perl_GlobalTemplateFile=’/home/YOURLOGINNAME/.vim/perl-support/templates/Templates’
Note that ~/.vimrc didn’t seem to work for me.