import-cost.nvim/readme.md
2023-01-02 10:53:43 -06:00

565 B

import-cost.nvim

Display the costs of javascript imports inside neovim with the power of import-cost

preview

Installation

  1. Install regularly with your package manager
  2. Run the install script inside the directory:
sh install.sh

Configuration

Configure via the setup function (or just use the defaults):

require('import-cost').setup(opts)

See :h import-cost for more information