Update issue template a bit more for neovim

This commit is contained in:
Ben Jackson 2020-01-28 20:51:06 +00:00
commit b915ada0c8
2 changed files with 22 additions and 2 deletions

View file

@ -38,13 +38,16 @@ Vim.
NOTE: Windows is not supported. There is a branch with windows support, which
you can contribute to, rather than opening an issue.
* Output of `vim --version`
* Version of Vimspector: (e.g. output of `git rev-parse HEAD` if cloned or the
name of the tarball used to install otherwise)
* Output of `vim --version` or `nvim --version`
```
paste here
```
* Output of `which vim`:
* Output of `which vim` or `which nvim`:
```
paste here
@ -56,6 +59,18 @@ paste here
paste here
```
* Output of `:py3 import vim`:
```
paste here
```
* For neovim: output of `:checkhealth`
```
paste here
```
* Operating system: <linux or macOS> and version
**Additional context**