Auto-discovered marketplace from yuji-hatakeyama/claude-code-perlnavigator
npx claudepluginhub yuji-hatakeyama/claude-code-perlnavigatorPerl language support via PerlNavigator LSP
A Claude Code plugin that provides Perl language support via PerlNavigator.
PerlNavigator must be installed:
npm install -g perlnavigator-server
claude plugin add yuji-hatakeyama/claude-code-perlnavigator
| Extension | Language |
|---|---|
.pl | Perl |
.pm | Perl |
.t | Perl |
.cgi | Perl |
.psgi | Perl |
If you need project-specific settings (e.g., perlPath, includePaths),
fork this repository and edit the initializationOptions in .lsp.json.
See the PerlNavigator README for available configuration options.