1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/bundle/defx.nvim/.github/ISSUE_TEMPLATE.md

47 lines
756 B
Markdown
Raw Normal View History

2020-06-13 14:06:35 +08:00
**Warning: I will close the issue without the minimal init.vim and the reproduction instructions.**
# Problems summary
## Expected
## Environment Information
2020-10-31 15:58:52 +08:00
* plugin version(SHA1):
2020-06-13 14:06:35 +08:00
* OS:
* neovim/Vim version:
* `:checkhealth` or `:CheckHealth` result(neovim only):
## Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
```vim
" Your minimal init.vim/vimrc
2020-10-31 15:58:52 +08:00
set runtimepath+=~/path/to/plugin/
2020-06-13 14:06:35 +08:00
```
## The reproduce ways from neovim/Vim starting (Required!)
1. foo
2. bar
3. baz
## Generate a logfile if appropriate
1. export NVIM_PYTHON_LOG_FILE=/tmp/log
2. export NVIM_PYTHON_LOG_LEVEL=DEBUG
3. nvim -u minimal.vimrc
4. some works
5. cat /tmp/log_{PID}
## Screen shot (if possible)
## Upload the log file