aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/elp.lua
blob: 31541c717ed508757867cd0be4fb631b13855e5f (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' },
}