readme: update example config

This commit is contained in:
Barrett Ruth 2023-01-11 13:13:48 -06:00
parent ef5d25e843
commit 0f216e74f5

View file

@ -21,7 +21,8 @@ may look like the following:
require('lazy').setup {
{
'barrett-ruth/import-cost.nvim',
build = 'sh install.sh yarn'
build = 'sh install.sh yarn',
config = true
}
}
```