Syntastic(vim插件)适用于c ++和c,但不适用于Python,html,css

时间:2018-07-17 19:31:19

标签: vim syntastic vim-syntastic

我最近得到了Syntastic(通过vim-plug来获得它,Plug'vim-syntastic / syntastic'),它适用于c ++和c。 例: c++ example 我用的是

  

让g:syntastic_cpp_checkers = ['gcc']

当我使用Python或HTML或CSS时。

示例(使用Python): Python example我用的是

  

让g:syntastic_python_checkers = ['bandit','python']

其他语言也有同样的问题。

SyntasticInfo for 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

0 个答案:

没有答案