Skip to content

Commit

Permalink
Update metals.vim (#4843)
Browse files Browse the repository at this point in the history
The binary installed by `cs install metals` is called `metals`, not `metals-vim`

Please fix this !
  • Loading branch information
dawkrish authored Oct 19, 2024
1 parent 02eb998 commit 9854e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ale_linters/scala/metals.vim
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9854e19

Please sign in to comment.