Skip to content

Commit

Permalink
feat: feat/fix/refactor/perf/docs/chore ready to release
Browse files Browse the repository at this point in the history
refactor: all project
feat(previewer): add modified indicator for the border title
feat(previewer): support quickfix range for highlighting
perf(previewer): buffer highlighted by treesitter is faster because of cache
fix(magicwin): multiple window may not keep magic
fix(qfwin): signs in quickfix list may disappear before
perf(filter): reduce flicker when enter fzf mode
perf(filter): Windows can spawn process for list greater than 1000
chore(github): new bug and feature templates
docs: update readme
  • Loading branch information
kevinhwang91 committed Oct 19, 2021
1 parent 84789c5 commit 5be723b
Show file tree
Hide file tree
Showing 38 changed files with 3,189 additions and 2,326 deletions.
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Bug Report
description: File a bug report
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
attributes:
label: 'Neovim version (nvim -v | head -n1)'
placeholder: 'NVIM v0.5.1'
validations:
required: true
- type: input
attributes:
label: 'Operating system/version'
placeholder: 'macOS 11.5'
validations:
required: true
- type: textarea
attributes:
label: 'How to reproduce the issue'
description: 'How do you trigger this bug? Please walk us through it step by step.'
value: |
1.
2.
3.
...
validations:
required: true

- type: textarea
attributes:
label: 'Expected behavior'
description: 'Describe the behavior you expect. May include logs, images, or videos.'
validations:
required: true
- type: textarea
attributes:
label: 'Actual behavior'
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Feature request
description: Request an enhancement for Neovim
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Before requesting: search [existing issues](https://github.com/kevinhwang91/nvim-bqf/labels/enhancement).
- type: textarea
attributes:
label: "Feature description"
validations:
required: true
- type: textarea
attributes:
label: "Describe the solution you'd like"
validations:
required: true
- type: textarea
attributes:
label: "Additional context"
validations:
required: false
13 changes: 0 additions & 13 deletions .vim/coc-settings.json

This file was deleted.

Loading

0 comments on commit 5be723b

Please sign in to comment.