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 829e9f6 commit 07149daCopy full SHA for 07149da
.github/ISSUE_TEMPLATE/feature_request.md
@@ -9,6 +9,10 @@ assignees: ''
9
**Is this a question?**
10
Please start a new [Q&A discussion](https://github.com/nvim-tree/nvim-tree.lua/discussions/new) instead of raising a feature request.
11
12
+**Can this functionality be implemented utilising API?**
13
+nvim-tree exposes extensive API (see `:h nvim-tree-api`). Can it be used to achieve your goal? Is there a missing API that would make it possible?
14
+Given stable status of nvim-tree it's preferred to add new API than new functionality.
15
+
16
**Is your feature request related to a problem? Please describe.**
17
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
18
0 commit comments