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.
我觉得这些文件令人沮丧。我需要添加到配置文件中以使其正常工作的基本行是什么?
从技术上讲,什么都没有。如果您已将 Syntastic 解压缩到您的.vim目录中,请尝试使用:SyntasticEnableVim 中的命令为当前打开的文件的文件类型启用它。
.vim
:SyntasticEnable
如果您想为给定的文件类型自动打开它,那么您需要放置一个...
SyntasticEnable [filetype]
.vimrcwhere中的行[filetype]是您要为其启用它的文件类型。
.vimrc
[filetype]