-
Notifications
You must be signed in to change notification settings - Fork 306
Servers Ruby
Leonid Vlasov edited this page Aug 2, 2018
·
1 revision
$ gem install solargraph
if executable('solargraph')
" gem install solargraph
au User lsp_setup call lsp#register_server({
\ 'name': 'solargraph',
\ 'cmd': {server_info->[&shell, &shellcmdflag, 'solargraph stdio']},
\ 'initialization_options': {"diagnostics": "true"},
\ 'whitelist': ['ruby'],
\ })
endif