diff options
chore: add type annotation for configs
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 7e8c7939..b27ed5d7 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' }, settings = { |
