Update metals.vim (#4843)

The binary installed by `cs install metals` is called `metals`, not `metals-vim`

Please fix this !
This commit is contained in:
Krishnansh Agarwal 2024-10-19 20:49:18 +05:30 committed by GitHub
parent 02eb9984b1
commit 9854e19fa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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