update issue template

This commit is contained in:
Barrett Ruth 2023-01-04 09:51:38 -06:00
parent 2d7faba87c
commit 14d83dbae9

View file

@ -1,15 +1,15 @@
--- ---
name: Bug Report name: Bug Report
about: File a bug with import-cost.nvim about: File a bug with import-cost.nvim
title: '' title: 'Bug Report'
labels: '' labels: ''
assignees: '' assignees: ''
--- ---
<!-- Be sure you can affirm the following: --> <!-- Be sure you can affirm the following: -->
<!-- import-cost.nvim is up to date --> <!-- 1. import-cost.nvim is up to date -->
<!-- I have searched the issue tracker and not found a similar issue --> <!-- 2. I have searched the issue tracker and not found a similar issue -->
### Info ### Info
@ -33,8 +33,10 @@ require('import-cost').setup {
```lua ```lua
require('nvim-package-manager').setup { require('nvim-package-manager').setup {
-- ... -- Any special plugin config
'barrett-ruth/import-cost.nvim', {
'barrett-ruth/import-cost.nvim',
}
} }
``` ```