No description
| doc | ||
| lua | ||
| .gitignore | ||
| .stylua.toml | ||
| index.js | ||
| install.sh | ||
| readme.md | ||
import-cost.nvim
Display the costs of javascript imports inside neovim with the power of import-cost
Installation
- Install regularly with your package manager
- Run the install script inside the directory:
sh install.sh
Configuration
Configure via the setup function or use the defaults as shown below:
require('import-cost').setup(opts or {})
See :h import-cost for more information
