diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/elp.lua')
| -rw-r--r-- | lsp/elp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/elp.lua b/lsp/elp.lua index 0731601b..d299a450 100644 --- a/lsp/elp.lua +++ b/lsp/elp.lua @@ -4,6 +4,7 @@ --- --- ELP integrates Erlang into modern IDEs via the language server protocol and was --- inspired by rust-analyzer. +---@type vim.lsp.Config return { cmd = { 'elp', 'server' }, filetypes = { 'erlang' }, |
