From e4cc15a310dba9d4cba2f316dd60fb87e40f187c Mon Sep 17 00:00:00 2001 From: Nikos Papadakis Date: Mon, 2 Oct 2023 15:56:12 +0300 Subject: [PATCH] nvim --- nvim/after/plugin/lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/after/plugin/lspconfig.lua b/nvim/after/plugin/lspconfig.lua index 4579031..450c289 100644 --- a/nvim/after/plugin/lspconfig.lua +++ b/nvim/after/plugin/lspconfig.lua @@ -174,7 +174,7 @@ local servers = { }, }, elixirls = { - cmd = { "/home/nikos/Projects/elixir-ls/release/language_server.sh" }, + cmd = { "elixir-ls" }, settings = { elixirLS = { dialyzerEnabled = true,