Browse Source

Added note on how to make perlcritic.vim work

Alois Mahdal 11 years ago
parent
commit
163302de44
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      INSTALL.md

+ 7
- 0
INSTALL.md View File

78
 You could actually have your .vimrc symlink point right to local/mydots/...
78
 You could actually have your .vimrc symlink point right to local/mydots/...
79
 I find this more flexible, though.
79
 I find this more flexible, though.
80
 
80
 
81
+### perlcritic_vim ###
82
+
83
+Additionally, if you want to use perlcritic.vim, you need to:
84
+
85
+*   install Perl::Critic (from CPAN)
86
+
87
+*   put bin/perlcritic\_vim to your PATH
81
 
88
 
82
 Instructions for git
89
 Instructions for git
83
 --------------------
90
 --------------------