aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/elp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/elp.lua')
-rw-r--r--lsp/elp.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/lsp/elp.lua b/lsp/elp.lua
new file mode 100644
index 00000000..9b0f7d22
--- /dev/null
+++ b/lsp/elp.lua
@@ -0,0 +1,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' },
+}