From 5eda7770be54f222e27e87190a95847e6d0e2c8c Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Mon, 29 Dec 2025 19:02:55 +0100 Subject: nvim setup --- .config/nvim/.github/ISSUE_TEMPLATE/bug_report.md | 40 +++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .config/nvim/.github/ISSUE_TEMPLATE/bug_report.md (limited to '.config/nvim/.github/ISSUE_TEMPLATE/bug_report.md') diff --git a/.config/nvim/.github/ISSUE_TEMPLATE/bug_report.md b/.config/nvim/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7a7d7a6 --- /dev/null +++ b/.config/nvim/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' +--- + + + +- `nvim --version`: +- 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`: + + + ``` + + ``` + +**Describe the bug** + + + +Steps to reproduce the issue: + +1. +2. +3. + +**Expected behavior** + + +**Screenshots** + + +**Additional context** + + -- cgit v1.2.3