From 030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 18 Aug 2025 23:39:23 -0300 Subject: chore: add type annotation for configs --- lsp/pli.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lsp/pli.lua') 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' }, -- cgit v1.2.3-70-g09d2