liuchengxu / space-vim

:four_leaf_clover: Lean & mean spacemacs-ish Vim distribution
https://liuchengxu.github.io/space-vim/
MIT License
2.85k stars 255 forks source link

Python linters not working #474

Closed cemsbr closed 3 years ago

cemsbr commented 3 years ago

Environment

Put the contents of :version below:

NVIM v0.4.4                                                                                                                                                                   
Build type: RelWithDebInfo                                                                                                                                                    
LuaJIT 2.0.5                                                                                                                                                                  
Compilation: /usr/local/clang-7.0.0/bin/clang -O2 -g -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmi
ssing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_
FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -I/home/travis/build/neovim/bot-ci/build/neovim/build/config -I/home/travis/build/neovim/bot-ci/build/neovim/src -I/home/travis/build/neovim
/bot-ci/build/neovim/.deps/usr/include -I/usr/include -I/home/travis/build/neovim/bot-ci/build/neovim/build/src/nvim/auto -I/home/travis/build/neovim/bot-ci/build/neovim/buil
d/include                                                                                                                                                                     
Compiled by travis@travis-job-d8a0d531-236d-4d4c-9703-9d6e27bee65f                                                                                                            

Features: +acl +iconv +tui                                                                                                                                                    
See ":help feature-compile"                                                                                                                                                   

   system vimrc file: "$VIM/sysinit.vim"                                                                                                                                      
  fall-back for $VIM: "/home/travis/build/neovim/bot-ci/build/neovim/build/nvim.AppDir/usr/share/nvim"

Put the contents of :SpaceInfo below:

E492: Not an editor command: SpaceInfo

Problem Description

No linter messages are displayed anymore.

I'm running neovim in a pipenv shell with pylint installed. g:python3_host_prog points to another pipenv virtualenv which also has pylint installed (and neovim, jedi). The layer "checkers" is enabled.

cemsbr commented 3 years ago

I'm sorry. This issue is related to SpaceVim, not space-vim.