nvim-lsp-installer
nvim-lsp-installer copied to clipboard
New server request: perl
Which server would you like to request to be added? Server name: Perl-LanguageServer Server homepage (e.g., GitHub page): https://github.com/richterger/Perl-LanguageServer/tree/master/clients/vscode/perl
Which languages does this server target? Languages: Perl
There appear to be a few language servers for Perl, but this is the one that coc-perl refers to when it says, "This project is based on the official VSCode extension maintained at Perl-LanguageServer."
Hello! I've actually taken a look at this before but got stuck with getting perl to install modules to a local directory. Will revisit
@williamboman Thanks so much! :)
@williamboman I don't know what you've tried but cpanm --local-lib=<local dir> <module> should work. It will also require that PERL5LIB have an entry for that directory when the server runs. e.g. PER5LIB=$PERL5LIB:<local dir>/lib/perl5.
Hope this helps.
PSA: The perlnavigator server was recently added.
PSA: The
perlnavigatorserver was recently added.
@williamboman Thanks so much! Really appreciated. :) Should we close this issue, then?