diff options
Diffstat (limited to 'lsp/elp.lua')
| -rw-r--r-- | lsp/elp.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lsp/elp.lua b/lsp/elp.lua index 31541c71..0731601b 100644 --- a/lsp/elp.lua +++ b/lsp/elp.lua @@ -1,9 +1,9 @@ ---@brief --- --- https://whatsapp.github.io/erlang-language-platform --- --- ELP integrates Erlang into modern IDEs via the language server protocol and was --- inspired by rust-analyzer. +--- https://whatsapp.github.io/erlang-language-platform +--- +--- ELP integrates Erlang into modern IDEs via the language server protocol and was +--- inspired by rust-analyzer. return { cmd = { 'elp', 'server' }, filetypes = { 'erlang' }, |
