summaryrefslogtreecommitdiff
path: root/ftplugin/euphoria3.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-11 02:04:20 +0430
committerGitHub <[email protected]>2021-07-10 17:34:20 -0400
commit93379a2977ba10695cc6d0aac3ca4ce9111fa31e (patch)
treea6aa2ee2fba66073adc1d7e2eef9c3c9160fd2ac /ftplugin/euphoria3.lua
parent5c7600322848fa1a55482e2b8b45c7f97cf67a85 (diff)
avoiding OCD attack with the help of folke/todo-comments (#839)
Diffstat (limited to 'ftplugin/euphoria3.lua')
-rw-r--r--ftplugin/euphoria3.lua2
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" },
}