Skip to content

Emacs: configure the perlnavigator Perl Language Server when used with the Eglot LSP client

intrigeri requested to merge support-perlnavigator into stable

Emacs: configure the perlnavigator Perl Language Server when used in combination with the Eglot LSP client

This makes perlnavigator add to the Perl includes path (@INC) the 2 directories where we store our custom Perl libraries, whenever one edits a file inside this repository using Emacs cperl-mode.

This only impacts Emacs users who work on our Perl code bases, use Eglot as a LSP client, together with perlnavigator as a Language Server for Perl.

Merge request reports