We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72d091 commit decd054Copy full SHA for decd054
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -2,6 +2,14 @@ name: Bug report
2
description: Create a report to help us improve orgmode
3
labels: bug
4
body:
5
+ - type: dropdown
6
+ validations:
7
+ required: true
8
+ attributes:
9
+ label: Are you using "tree-sitter" branch?
10
+ options:
11
+ - 'Yes'
12
+ - 'No'
13
- type: textarea
14
validations:
15
required: true
README.md
@@ -14,6 +14,9 @@
</div>
16
17
+## Tree-sitter
18
+Experimental tree-sitter support branch: https://github.com/kristijanhusak/orgmode.nvim/tree/tree-sitter
19
+
20
## Installation
21
22
Use your favourite package manager:
0 commit comments