mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
924 B
Vendored
924 B
Vendored
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
Expected
Environment Information
-
deoplete version (SHA1):
-
OS:
-
neovim/Vim
:version
output: -
:checkhealth
or:CheckHealth
result(neovim only):
Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
" Your minimal init.vim/vimrc
set runtimepath+=~/path/to/deoplete.nvim/
let g:deoplete#enable_at_startup = 1
" For Vim only
"set runtimepath+=~/path/to/nvim-yarp/
"set runtimepath+=~/path/to/vim-hug-neovim-rpc/
How to reproduce the problem from neovim/Vim startup (Required!)
- foo
- bar
- baz
Generate a logfile if appropriate
- export NVIM_PYTHON_LOG_FILE=/tmp/log
- export NVIM_PYTHON_LOG_LEVEL=DEBUG
- nvim -u minimal.vimrc
- some works
- cat /tmp/log_{PID}