gpt4 book ai didi

vim - 没有Syntastic可用的检查器

转载 作者:行者123 更新时间:2023-12-04 04:41:28 26 4
gpt4 key购买 nike

我已经安装了Syntastic和Pathogen,并尝试了我能想到的所有方法来使Syntastic识别我的pylint检查器。

在这里安装了Pylint checker

/home/myself/.local/bin/pylint

我回应了我的道路,
/home/myself/.local/bin

确实在$ PATH变量中。

我的.vimrc看起来像这样
set tabstop=4

execute pathogen#infect()
syntax on
filetype plugin indent on

let g:syntastic_mode_map = { 'mode': 'passive',
\ 'active_filetypes': ['python'],
\ 'passive_filetypes': ['perl'] }
let g:syntastic_python_checkers = ['pylint', 'python']

但是当我运行命令时
SyntasticInfo

在vim内部,我仍然看到
Syntastic: passive mode enabled
Syntastic version: 3.4.0-79
Info for filetype:
Available checker(s):
Currently enabled checker(s):

在搜索google时花了很多钱,有人对我忘记了什么有任何线索吗?

编辑/回答:
万一有其他需要帮助的人,可以这样做
:setfiletype python

看来是对的。

最佳答案

奇怪的是,文件类型插件也有类似的问题,但这有所帮助:

filetype off " <<< this line
filetype plugin indent on
syntax on

关于vim - 没有Syntastic可用的检查器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24146738/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com