From 93379a2977ba10695cc6d0aac3ca4ce9111fa31e Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Sun, 11 Jul 2021 02:04:20 +0430 Subject: avoiding OCD attack with the help of folke/todo-comments (#839) --- ftplugin/euphoria3.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/euphoria3.lua') 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" }, } -- cgit v1.2.3