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中,Syntastic总是显示带有错误的警告。但是,我不希望显示警告。有没有配置可以做到这一点?
使用let g:syntastic_quiet_messages = { "level" : "warnings" }.
let g:syntastic_quiet_messages = { "level" : "warnings" }
阅读:h syntastic_quiet_messages以获取更多信息。
:h syntastic_quiet_messages