diff options
Diffstat (limited to 'lsp/perlpls.lua')
| -rw-r--r-- | lsp/perlpls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/perlpls.lua b/lsp/perlpls.lua index b27ed5d7..00be1148 100644 --- a/lsp/perlpls.lua +++ b/lsp/perlpls.lua @@ -6,6 +6,7 @@ --- `PLS`, another language server for Perl. --- --- To use the language server, ensure that you have PLS installed and that it is in your path + ---@type vim.lsp.Config return { cmd = { 'pls' }, |
