summaryrefslogtreecommitdiff
path: root/ftplugin/euphoria3.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/euphoria3.lua')
-rw-r--r--ftplugin/euphoria3.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftplugin/euphoria3.lua b/ftplugin/euphoria3.lua
index adc0ac7d..c434c56a 100644
--- a/ftplugin/euphoria3.lua
+++ b/ftplugin/euphoria3.lua
@@ -1,6 +1,6 @@
-- TODO Remove this at some point
-require'lspconfig'.elixirls.setup{
- cmd = { DATA_PATH .. "/lspinstall/elixir/elixir-ls/language_server.sh"};
+require("lspconfig").elixirls.setup {
+ cmd = { DATA_PATH .. "/lspinstall/elixir/elixir-ls/language_server.sh" },
}
-- needed for the LSP to recognize elixir files (alternativly just use elixir-editors/vim-elixir)