Selaa lähdekoodia

Added note on how to make perlcritic.vim work

Alois Mahdal 11 vuotta sitten
vanhempi
commit
163302de44
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7
    0
      INSTALL.md

+ 7
- 0
INSTALL.md Näytä tiedosto

@@ -78,6 +78,13 @@ do this instead of step 2:
78 78
 You could actually have your .vimrc symlink point right to local/mydots/...
79 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 89
 Instructions for git
83 90
 --------------------