mirror of
https://github.com/dense-analysis/ale
synced 2025-02-17 21:06:52 +00:00
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
|
" Author: Jeffrey Lau - https://github.com/zoonfafer
|
||||||
" Description: Metals Language Server for Scala https://scalameta.org/metals/
|
" 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', '')
|
call ale#Set('scala_metals_project_root', '')
|
||||||
|
|
||||||
function! ale_linters#scala#metals#GetProjectRoot(buffer) abort
|
function! ale_linters#scala#metals#GetProjectRoot(buffer) abort
|
||||||
|
Loading…
Reference in New Issue
Block a user