diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/powershell_es.lua')
| -rw-r--r-- | lsp/powershell_es.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/powershell_es.lua b/lsp/powershell_es.lua index d734df29..a011d595 100644 --- a/lsp/powershell_es.lua +++ b/lsp/powershell_es.lua @@ -36,6 +36,7 @@ --- }) --- ``` +---@type vim.lsp.Config return { cmd = function(dispatchers) local temp_path = vim.fn.stdpath('cache') |
