diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/smithy_ls.lua')
| -rw-r--r-- | lsp/smithy_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/smithy_ls.lua b/lsp/smithy_ls.lua index 7a53adcd..7118e051 100644 --- a/lsp/smithy_ls.lua +++ b/lsp/smithy_ls.lua @@ -19,6 +19,7 @@ --- coursier launch software.amazon.smithy:smithy-language-server:0.7.0 --- ``` +---@type vim.lsp.Config return { -- pass 0 as the first argument to use STDIN/STDOUT for communication cmd = { |
