mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 23:10:04 +08:00
34 lines
571 B
Markdown
Vendored
34 lines
571 B
Markdown
Vendored
**Warning: I will close the bug issue without the minimal init.vim and the
|
|
reproduce ways.**
|
|
|
|
# Problems summary
|
|
|
|
## Expected
|
|
|
|
## Environment Information (Required!)
|
|
|
|
- dein.vim version(SHA1):
|
|
|
|
- OS:
|
|
|
|
- Vim/neovim version:
|
|
|
|
## Provide a minimal .vimrc with less than 50 lines (Required!)
|
|
|
|
```vim
|
|
" Your minimal .vimrc
|
|
set runtimepath^=~/path/to/dein.nvim/
|
|
call dein#begin(path)
|
|
call dein#end()
|
|
```
|
|
|
|
## The reproduce ways from Vim starting (Required!)
|
|
|
|
1. foo
|
|
2. bar
|
|
3. baz
|
|
|
|
## Screen shot (if possible)
|
|
|
|
## Upload the log messages by `:redir` and `:message` (if errored)
|