mirror of https://github.com/sgoudham/neovide.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
860 B
Markdown
36 lines
860 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: 'bug'
|
|
assignees: ''
|
|
---
|
|
|
|
<!--- NOTE: PLEASE FILL OUT TEMPLATE RATHER THAN DELETING --->
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Desktop (please complete the following information):**
|
|
- OS: [e.g. macOS 11.4]
|
|
- Neovide Version [e.g. 0.6.0]
|
|
- Neovim Version [e.g. 0.5.0]
|
|
|
|
**Please run `neovide --log` and paste the contents of the `.log` file created in the current directory here:**
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|