aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/elp.lua
blob: 0731601b25e22dd7664938d5ae5ba70ee47b2273 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---@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.
return {
  cmd = { 'elp', 'server' },
  filetypes = { 'erlang' },
  root_markers = { 'rebar.config', 'erlang.mk', '.git' },
}