浏览代码

Added note on how to make perlcritic.vim work

Alois Mahdal 12 年前
父节点
当前提交
163302de44
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      INSTALL.md

+ 7
- 0
INSTALL.md 查看文件

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
 --------------------