有什么方法可以访问不在 PATH 中的 Syntastic 检查器吗?

Is there any way to access a Syntastic checker that is not in PATH?

我正在尝试让 tsqllint 在 Vim 中与 Syntastic 一起工作。我在没有 root 权限的共享系统上。我能够在本地安装 tsqllint 并在 PATH 之外工作。有没有办法将 Syntastic 指向它的位置?

您可以在 .vimrc 的路径中添加内容。例如,我有一个本地安装的探伤器,所以我把它放在我的 .vimrc:

let $PATH.=':' . $HOME . '/flawfinder/bin'