我最近得到了 Syntastic(通过 vim-plug 得到它,Plug 'vim-syntastic/syntastic'),它适用于 c++ 和 c。示例: 我使用的:
让 g:syntastic_cpp_checkers = ['gcc']
当我使用 Python 或 HTML 或 CSS 时。
让 g:syntastic_python_checkers = ['bandit', 'python']
其他语言也有同样的问题。
编辑:
:SyntasticInfo for python
Syntastic version: 3.9.0-9 (Vim 704, Linux)
Info for filetype: python
Global mode: active
Filetype python is active
The current file will be checked automatically
Available checker: python
Currently enabled checker: python