Skip to content

Conversation

@T1t4m1un
Copy link

@T1t4m1un T1t4m1un commented Dec 9, 2024

  • NPM Completion Conflict: The official npm completion from NPM generates completion settings in ~/.zshrc, which conflicts with this plugin. Since it already supports completion for uninstall , there is no need to duplicate this functionality to avoid conflicts.

  • Support for pnpm/yarn: The generated completions for pnpm and yarn previously did not support completing run script and remove dependency. This PR adds support for remove completion, improving the user experience for these package managers.

T1t4m1un and others added 3 commits December 10, 2024 00:26
Modified existing logic to include completion support for remove/uninstall commands in npm, yarn, and pnpm.
Resolved a bug in the dependency handling logic.

refactor: remove redundant npm completion registration
fix: resolve bug in dependency handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant