diff options
| author | Christian Chiarulli <[email protected]> | 2021-07-13 21:13:55 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-13 21:13:55 -0400 |
| commit | a097fa4c04e6db34bb409e0dea302c20629da8ec (patch) | |
| tree | fb1c5bdd14cac82a363ea6c25b03a475050305f2 /ftplugin/euphoria3.lua | |
| parent | 04f9f53914a7dd999117ed73c5fa0ab3b0dc95e4 (diff) | |
LunarVim 0.4.8 (#919)0.4.8
Diffstat (limited to 'ftplugin/euphoria3.lua')
| -rw-r--r-- | ftplugin/euphoria3.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/euphoria3.lua b/ftplugin/euphoria3.lua index 7c3a1da3..b59a265a 100644 --- a/ftplugin/euphoria3.lua +++ b/ftplugin/euphoria3.lua @@ -2,7 +2,7 @@ if require("lv-utils").check_lsp_client_active "elixirls" then return end --- TODO Remove this at some point +-- TODO: Remove this at some point require("lspconfig").elixirls.setup { cmd = { DATA_PATH .. "/lspinstall/elixir/elixir-ls/language_server.sh" }, } |
