diff options
Diffstat (limited to 'lsp/pli.lua')
| -rw-r--r-- | lsp/pli.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/pli.lua b/lsp/pli.lua index 4292cad9..43a9a429 100644 --- a/lsp/pli.lua +++ b/lsp/pli.lua @@ -3,6 +3,7 @@ --- `pli_language_server` is a language server for the PL/I language used on IBM SystemZ mainframes. --- --- To learn how to configure the PL/I language server, see the [PL/I Language Support documentation](https://github.com/zowe/zowe-pli-language-support). +---@type vim.lsp.Config return { cmd = { 'pli_language_server' }, filetypes = { 'pli' }, |
