From cad027d65b0de6ef33e4eddb0e1e3536c164fbe3 Mon Sep 17 00:00:00 2001 From: Krishnansh Agarwal <85958016+dawkrish@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:04:09 +0530 Subject: [PATCH] Update metals.vim The binary installed by `cs install metals` is called `metals`, not `metals-vim` Please fix this ! --- ale_linters/scala/metals.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ale_linters/scala/metals.vim b/ale_linters/scala/metals.vim index da9e855d9b..1362e1a399 100644 --- a/ale_linters/scala/metals.vim +++ b/ale_linters/scala/metals.vim @@ -1,7 +1,7 @@ " Author: Jeffrey Lau - https://github.com/zoonfafer " Description: Metals Language Server for Scala https://scalameta.org/metals/ -call ale#Set('scala_metals_executable', 'metals-vim') +call ale#Set('scala_metals_executable', 'metals') call ale#Set('scala_metals_project_root', '') function! ale_linters#scala#metals#GetProjectRoot(buffer) abort