-
Notifications
You must be signed in to change notification settings - Fork 310
Servers Crystal
Nakaya edited this page Oct 26, 2020
·
2 revisions
Follow these steps to install Scry: https://github.com/crystal-lang-tools/scry#installation
If you are archlinux user, you can also get from AUR.
if executable('scry')
au User lsp_setup call lsp#register_server({
\ 'name': 'scry',
\ 'cmd': {server_info->['scry', '--stdio']},
\ 'whitelist': ['crystal', 'ecrystal'],
\ })
endif