diff options
Diffstat (limited to 'lsp/elmls.lua')
| -rw-r--r-- | lsp/elmls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/elmls.lua b/lsp/elmls.lua index 33ff9eb4..8a76f81a 100644 --- a/lsp/elmls.lua +++ b/lsp/elmls.lua @@ -9,6 +9,7 @@ local api = vim.api +---@type vim.lsp.Config return { cmd = { 'elm-language-server' }, -- TODO(ashkan) if we comment this out, it will allow elmls to operate on elm.json. It seems like it could do that, but no other editor allows it right now. |
