vim-coffee-script不起作用

时间:2013-10-15 05:31:43

标签: vim coffeescript vim-plugin

我按以下方式安装了coffeeScript和CoffeeLint:

# .bashrc
export NODE_MODULES=/home/uqmlore1/apps/node_modules

$ npm install --prefix /home/uqmlore1/apps/node_modules -g coffee-script
$ coffee -v
CoffeeScript version 1.6.3

$ npm install --prefix /home/uqmlore1/apps/node_modules -g coffeelint
$ coffeelint
bash: coffeelint: command not found
$ ls ~/apps/node_modules/lib/node_modules/coffeelint/bin
coffeelint

比我用vundle安装了vim-coffee-script plugin。但是我无法从Vim编译,也没有CoffeeLint工作。这是我用于CoffeeScript的.vimrc。我做错了什么?

1 个答案:

答案 0 :(得分:4)

阅读manual得到回报:

let coffee_linter = '/home/uqmlore1/apps/node_modules/lib/node_modules/coffeelint/bin/coffeelint'
.vimrc中的

可能会有帮助。