diff options
Diffstat (limited to 'lsp/perlpls.lua')
| -rw-r--r-- | lsp/perlpls.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lsp/perlpls.lua b/lsp/perlpls.lua index e9cac5c7..7e8c7939 100644 --- a/lsp/perlpls.lua +++ b/lsp/perlpls.lua @@ -1,11 +1,11 @@ ---@brief --- --- https://github.com/FractalBoy/perl-language-server --- https://metacpan.org/pod/PLS --- --- `PLS`, another language server for Perl. --- --- To use the language server, ensure that you have PLS installed and that it is in your path +--- https://github.com/FractalBoy/perl-language-server +--- https://metacpan.org/pod/PLS +--- +--- `PLS`, another language server for Perl. +--- +--- To use the language server, ensure that you have PLS installed and that it is in your path return { cmd = { 'pls' }, settings = { |
