No description
Find a file
Barrett Ruth 57f25a80e0 cleanup
2023-01-02 10:10:48 -06:00
doc initial commit 2022-12-31 14:08:30 -06:00
lua cleanup 2023-01-02 10:10:48 -06:00
.gitignore initial commit 2022-12-31 14:08:30 -06:00
.stylua.toml initial commit 2022-12-31 14:08:30 -06:00
index.js move index script 2023-01-01 20:16:37 -06:00
install.sh move index script 2023-01-01 20:16:37 -06:00
readme.md readme: remove automatic configuration 2023-01-01 20:36:36 -06:00

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 use the defaults as shown below:

require('import-cost').setup(opts or {})

See :h import-cost for more information