nvim-pnpm-catalog-lens

Neovim plugin to show versions as diagnostics for PNPM catalog: field.

MIT License

Stars
2
Committers
1

Install

Using lazy.nvim:

---@type LazySpec
return {
  'https://github.com/ryoppippi/nvim-pnpm-catalog-lens',
   lazy = false -- designed to be lazy loaded
}

Commands

Command Description
PnpmCatalogLensEnable Enable the lens
PnpmCatalogLensDisable Disable the lens

Credits

Logo is from vscode-pnpm-catalog-lens

Inspired by

License

MIT