remove readme packer example

This commit is contained in:
Barrett Ruth 2023-01-01 20:19:43 -06:00
parent 6627489a6d
commit ced4bd3c3d

View file

@ -14,15 +14,6 @@ Display the costs of javascript imports inside neovim with the power of
sh install.sh
```
Example configuration with [packer.nvim](https://github.com/wbthomason/packer.nvim):
```lua
use {
'barrett-ruth/import-cost.nvim',
run = 'sh install.sh'
}
```
## Configuration
```lua