mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
41 lines
1019 B
Markdown
41 lines
1019 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
---
|
|
|
|
<!-- Before reporting: make sure that you have read the doc (https://github.com/jdhao/nvim-config/tree/master/docs) and searched existing issues. -->
|
|
|
|
- `nvim --version`: <!--should be latest stable version: https://github.com/neovim/neovim/releases/tag/stable -->
|
|
- terminal emulator and version:
|
|
- Operating system/version:
|
|
- Have you read and followed all steps in the [doc](https://github.com/jdhao/nvim-config/tree/master/docs):
|
|
- Output of command `set runtimepath`:
|
|
|
|
<!-- paste your runtimepath below --->
|
|
```
|
|
|
|
```
|
|
|
|
**Describe the bug**
|
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
Steps to reproduce the issue:
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
**Expected behavior**
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
**Screenshots**
|
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
|
|
|
**Additional context**
|
|
|
|
<!-- Add any other context about the problem here. -->
|