mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:40:05 +08:00
459d676373
arty/typeshed/tests/stubtest_whitelists/py36.txt
815 B
Vendored
815 B
Vendored
Problem summary
Expected
Environment Information
- OS:
- Neovim version:
Provide a minimal init.vim with less than 50 lines (required)
" Use the following as a template.
set runtimepath+=~/path/to/deoplete.nvim/
set runtimepath+=~/path/to/deoplete-jedi/
let g:deoplete#enable_at_startup = 1
call deoplete#custom#source('jedi', 'is_debug_enabled', 1)
call deoplete#enable_logging('DEBUG', '/tmp/deoplete.log')
Generate logfiles if appropriate
- export NVIM_PYTHON_LOG_FILE=/tmp/nvim-log
- export NVIM_PYTHON_LOG_LEVEL=DEBUG
- nvim -u minimal.vimrc
Then look at and attach the files /tmp/nvim-log_{PID}
and
/tmp/deoplete.log
here.