ycm-core / lsp-examples

Use any language server with YouCompleteMe.
https://ycm-core.github.io/YouCompleteMe
Apache License 2.0
82 stars 26 forks source link

fix scala langauge server command name #38

Closed kanitkameh closed 1 year ago

kanitkameh commented 1 year ago

When using \ 'cmdline': [ 'metals-vim' ], I received the following error:

ValueError: No semantic completer exists for filetypes: ['scala']

The command which starts the language server is called metals. I changed it and now I can successfully connect to the metals server.


This change is Reviewable