From ae8e46e8fabb32fa3ae5319383ea2c8763f14caa Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sun, 21 Apr 2024 12:58:49 +1000 Subject: [PATCH] chore: add plugin manager requirements to bug template (#2752) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ec9b2181..26dfa3a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -59,9 +59,9 @@ body: If not provided it is very unlikely that the nvim-tree team will be able to address your issue. - See [wiki: Clean Room Replication](https://github.com/nvim-tree/nvim-tree.lua/wiki/Troubleshooting#clean-room-replication) for instructions. + See [wiki: Clean Room Replication](https://github.com/nvim-tree/nvim-tree.lua/wiki/Troubleshooting#clean-room-replication) for instructions and paste the contents of your `/tmp/nvt-min.lua` here. - Please paste the contents of your `/tmp/nvt-min.lua` here." + Please do NOT post a configuration that uses other plugin managers such as lazy, see [wiki: Lazy Loading](https://github.com/nvim-tree/nvim-tree.lua/wiki/Installation#lazy-loading)" render: lua validations: required: true