809 B
809 B
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#set('jedi', '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.