diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 531b8b9..2c95541 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,15 +1,15 @@ --- name: Bug Report about: File a bug with import-cost.nvim -title: '' +title: 'Bug Report' labels: '' assignees: '' --- - - + + ### Info @@ -33,8 +33,10 @@ require('import-cost').setup { ```lua require('nvim-package-manager').setup { - -- ... - 'barrett-ruth/import-cost.nvim', + -- Any special plugin config + { + 'barrett-ruth/import-cost.nvim', + } } ```