-
Notifications
You must be signed in to change notification settings - Fork 306
Servers Scala
Sergio Semedi Barranco edited this page Oct 20, 2019
·
3 revisions
Check metals' vim integration for how to download and build it the server.
if executable('metals-vim')
au User lsp_setup call lsp#register_server({
\ 'name': 'metals',
\ 'cmd': {server_info->['metals-vim']},
\ 'initialization_options': { 'rootPatterns': 'build.sbt' },
\ 'whitelist': [ 'scala', 'sbt' ],
\ })
endif