display javascript import costs inside of neovim
- Lua 77.3%
- JavaScript 8.1%
- Nix 7.4%
- PowerShell 3%
- Just 2.3%
- Other 1.9%
## Problem This public Forgejo repo already had issue templates but was missing the standard pull request template. ## Solution Add the shared Forgejo pull request template under `.forgejo`. Reviewed-on: #36 |
||
|---|---|---|
| .forgejo | ||
| doc | ||
| lua | ||
| plugin | ||
| scripts | ||
| .editorconfig | ||
| .gitignore | ||
| .luarc.json | ||
| .styluaignore | ||
| biome.json | ||
| flake.lock | ||
| flake.nix | ||
| import-cost.nvim-scm-1.rockspec | ||
| index.js | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
| selene.toml | ||
| stylua.toml | ||
| vim.yaml | ||
import-cost.nvim
Display javascript import costs inside neovim, powered by import-cost.
Installation
Install with your package manager or via luarocks:
luarocks install import-cost.nvim
Dependencies are installed automatically on first use.
Documentation
:help import-cost.nvim
Known Issues
- CommonJS support is flaky (limitation of the npm module)
- Long wait times for large packages
- pnpm not supported
Acknowledgements
- wix/import-cost: node backend
- import-cost: original VSCode plugin
- vim-import-cost: vim inspiration
