Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 vim 结合 scp 编辑了一些远程文件。使用此方法编辑远程 php 文件时,syntastic 插件不起作用。
当我打字时,
:SyntasticInfo
它说文件类型的信息是 php。因此它可以识别文件类型但不进行检查。这可以使用 vim 和 scp 吗?
这在手册中有回答,请参阅:help syntastic-netrw:
:help syntastic-netrw
标准插件 netrw 允许 Vim 通过网络和内部档案透明地编辑文件。目前 syntastic 不支持这种操作模式。它只能检查本地检查器可以直接访问的文件,无需任何翻译或转换。