yutkat/Lazy.nvim Archived Plugin Checker
Check if Neovim plugins managed by lazy.nvim are archived or deleted
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| nvim-config-path | Path to Neovim config directory (default: ~/.config/nvim) | no | ~/.config/nvim |
| github-token | GitHub token for API requests | no | ${{ github.token }} |
| ignore-plugins | List of plugins to ignore (one per line or comma-separated) | no | "" |
Outputs
| name | description |
|---|---|
| archived-plugins | JSON array of archived plugins |
| deleted-plugins | JSON array of deleted plugins |
| moved-plugins | JSON array of moved/renamed plugins |
| has-issues | Whether any issues were found |