mirror of https://github.com/dense-analysis/ale
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:
parent
02eb9984b1
commit
9854e19fa9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue